OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pin_code
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_dm.c
629
bt_pin_code_t
pin_code
;
local
663
pin_code
.pin[0] = 0x30;
664
pin_code
.pin[1] = 0x30;
665
pin_code
.pin[2] = 0x30;
666
pin_code
.pin[3] = 0x30;
669
BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4,
pin_code
.pin);
680
pin_code
.pin[0] = 0x30;
681
pin_code
.pin[1] = 0x30;
682
pin_code
.pin[2] = 0x30;
683
pin_code
.pin[3] = 0x30
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_int.h
600
PIN_CODE
pin_code
; /* PIN CODE if pin type is fixed */
member in struct:__anon3081
854
PIN_CODE
pin_code
; \/* for legacy devices *\/
member in struct:__anon3094
[
all
...]
/external/qemu/hw/
bt.h
537
uint8_t
pin_code
[16];
member in struct:__anon13600
[
all
...]
/system/bluetooth/bluez-clean-headers/bluetooth/
hci.h
394
uint8_t
pin_code
[16];
member in struct:__anon43551
[
all
...]
Completed in 300 milliseconds