OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCI_PIN_SIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/btpin/
btpin.c
90
if (len < 1 || len >
HCI_PIN_SIZE
)
131
printf("PIN: %.*s\n",
HCI_PIN_SIZE
, rp.pin);
136
if (len >
HCI_PIN_SIZE
)
137
len =
HCI_PIN_SIZE
;
/src/usr.sbin/bthcid/
client.c
69
uint8_t pin[
HCI_PIN_SIZE
]; /* PIN */
242
memcpy(item->pin, rp.pin,
HCI_PIN_SIZE
);
324
static uint8_t pin[
HCI_PIN_SIZE
];
hci.c
237
memcpy(cp.pin, pin,
HCI_PIN_SIZE
);
239
n =
HCI_PIN_SIZE
;
/src/lib/libbluetooth/
bluetooth.h
169
uint8_t pin[
HCI_PIN_SIZE
]; /* PIN */
/src/sys/netbt/
hci.h
90
#define
HCI_PIN_SIZE
16 /* link PIN */
600
uint8_t pin[
HCI_PIN_SIZE
]; /* pin code */
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025