Lines Matching +full:event +full:- +full:name
1 .\" Copyright (c) 2003-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
30 .Sh NAME
71 .Fn bt_gethostbyname "const char *name"
81 .Fn bt_getprotobyname "const char *name"
123 .Fn bt_devfilter_evt_set "struct bt_devfilter *filter" "uint8_t event"
125 .Fn bt_devfilter_evt_clt "struct bt_devfilter *filter" "uint8_t event"
127 .Fn bt_devfilter_evt_tst "struct bt_devfilter const *filter" "uint8_t event"
151 referenced by name or by address, respectively.
154 .Fa name
158 .Dv NUL Ns -terminated
190 flag is non-zero, the file will not be closed.
206 by name or number, respectively.
209 .Fa name
213 .Dv NUL Ns -terminated
214 Bluetooth Protocol Service Multiplexor name.
235 flag is non-zero, the file will not be closed.
262 string as the address or device name of a Bluetooth device on the local system,
271 name associated with that address into the buffer provided,
284 The caller is expected to pass Bluetooth device name in the
290 otherwise -1.
294 .Bd -literal -offset indent
360 or -1 if an error occurred.
369 The function returns -1 if an error has occurred.
405 or -1 if an error occurred.
432 or -1 if an error occurred.
443 event,
450 .Bd -literal -offset indent
454 uint8_t event;
472 .Fa event
475 event ID the function should wait for, otherwise it should be set to zero.
491 The function returns 0 on success, or -1 if an error occurred.
506 command and event packets, and, in addition, on
508 event IDs.
517 The function returns 0 on success, or -1 if an error occurred.
541 event filter
544 .Fa event
547 event ID.
581 The function returns -1 if an error has occurred.
585 .Bd -literal -offset indent
599 function performs Bluetooth Remote Name Request procedure to obtain the
600 user-friendly name of another Bluetooth unit.
625 NUL-terminated string or
665 .Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact
671 .Bd -literal -offset indent
681 errx(1, "no name associated with %s", bdstr);
683 printf("name associated with %s is %s\en", bdstr, hp->h_name);
704 .Pf non- Dv NULL ,
711 .Bl -tag -width ".Dv HOST_NOT_FOUND"
716 This is a non-recoverable error.