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

/netbsd-6-1-5-RELEASE/usr.bin/btpin/
H A Dbtpin.c90 if (len < 1 || len > HCI_PIN_SIZE)
131 printf("PIN: %.*s\n", HCI_PIN_SIZE, rp.pin);
136 strncpy((char *)rp.pin, pin, HCI_PIN_SIZE);
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dclient.c68 uint8_t pin[HCI_PIN_SIZE]; /* PIN */
241 memcpy(item->pin, rp.pin, HCI_PIN_SIZE);
323 static uint8_t pin[HCI_PIN_SIZE];
H A Dhci.c237 memcpy(cp.pin, pin, HCI_PIN_SIZE);
239 n = HCI_PIN_SIZE;
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dbluetooth.h169 uint8_t pin[HCI_PIN_SIZE]; /* PIN */
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci.h87 #define HCI_PIN_SIZE 16 /* link PIN */ macro
574 uint8_t pin[HCI_PIN_SIZE]; /* pin code */

Completed in 76 milliseconds