OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIN_CODE
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_int.h
600
PIN_CODE
pin_code
; /* PIN CODE if pin type is fixed */
member in struct:__anon3083
854
PIN_CODE
pin_code
; \/* for legacy devices *\/
member in struct:__anon3096
[
all
...]
btm_sec.c
358
void BTM_SetPinType (UINT8 pin_type,
PIN_CODE
pin_code
, UINT8 pin_code_len)
361
pin_type, (char *)
pin_code
, pin_code_len);
372
memcpy (btm_cb.cfg.
pin_code
,
pin_code
, pin_code_len);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
bt_types.h
324
typedef UINT8
PIN_CODE
[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
hcimsgs.h
194
PIN_CODE
pin_code
);
[
all
...]
btm_api.h
[
all
...]
/external/libnfc-nci/src/include/
bt_types.h
308
typedef UINT8
PIN_CODE
[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
/external/bluetooth/bluedroid/stack/hcic/
hcicmds.c
341
PIN_CODE
pin_code
)
362
*pp++ = *
pin_code
++;
[
all
...]
Completed in 1370 milliseconds