OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pin_code
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_dm.c
649
bt_pin_code_t
pin_code
;
local
683
pin_code
.pin[0] = 0x30;
684
pin_code
.pin[1] = 0x30;
685
pin_code
.pin[2] = 0x30;
686
pin_code
.pin[3] = 0x30;
689
BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4,
pin_code
.pin);
700
pin_code
.pin[0] = 0x30;
701
pin_code
.pin[1] = 0x30;
702
pin_code
.pin[2] = 0x30;
703
pin_code
.pin[3] = 0x30
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_int.h
618
PIN_CODE
pin_code
; /* PIN CODE if pin type is fixed */
member in struct:__anon817
872
PIN_CODE
pin_code
; \/* for legacy devices *\/
member in struct:__anon830
[
all
...]
/external/qemu/hw/
bt.h
537
uint8_t
pin_code
[16];
member in struct:__anon25270
[
all
...]
Completed in 142 milliseconds