Home
last modified time | relevance | path

Searched refs:HCI_PIN_SIZE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/btpin/
H A Dbtpin.c83 if (len < 1 || len > HCI_PIN_SIZE) in main()
120 printf("PIN: %.*s\n", HCI_PIN_SIZE, rp.pin); in main()
125 strncpy((char *)rp.pin, pin, HCI_PIN_SIZE); in main()
/dragonfly/usr.sbin/bthcid/
H A Dclient.c66 uint8_t pin[HCI_PIN_SIZE]; /* PIN */
238 memcpy(item->pin, rp.pin, HCI_PIN_SIZE); in process_client()
318 static uint8_t pin[HCI_PIN_SIZE]; in lookup_pin()
H A Dhci.c252 memcpy(cp.pin, pin, HCI_PIN_SIZE); in send_pin_code_reply()
254 n = HCI_PIN_SIZE; in send_pin_code_reply()
/dragonfly/lib/libbluetooth/
H A Dbluetooth.h86 uint8_t pin[HCI_PIN_SIZE]; /* PIN */
/dragonfly/sys/netbt/
H A Dhci.h92 #define HCI_PIN_SIZE 16 /* link PIN */ macro
573 uint8_t pin[HCI_PIN_SIZE]; /* pin code */