/system/bt/stack/hcic/ |
hcicmds.c | 266 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, 280 UINT8_TO_STREAM (pp, pin_code_len); 282 for (i = 0; i < pin_code_len; i++) 285 for (; i < PIN_CODE_LEN; i++) [all...] |
/system/bt/stack/btm/ |
btm_sec.c | 395 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) 398 pin_type, (char *) pin_code, pin_code_len); 408 btm_cb.cfg.pin_code_len = pin_code_len; 409 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len); 879 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) ) [all...] |
btm_int.h | 635 UINT8 pin_code_len; /* Bonding information */ member in struct:__anon74000 861 UINT8 pin_code_len; \/* for legacy devices *\/ member in struct:__anon74012 [all...] |
btm_devctl.c | 205 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len); [all...] |
btm_ble.c | [all...] |
/system/bt/stack/include/ |
smp_api.h | 29 #define SMP_PIN_CODE_LEN_MAX PIN_CODE_LEN
|
bt_types.h | 331 #define PIN_CODE_LEN 16 332 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */ [all...] |
hcimsgs.h | 148 UINT8 pin_code_len, [all...] |
btm_api.h | [all...] |
/external/libnfc-nci/src/include/ |
bt_types.h | 307 #define PIN_CODE_LEN 16 308 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
|
/system/bt/bta/dm/ |
bta_dm_int.h | 241 UINT8 p_pin[PIN_CODE_LEN]; [all...] |
/system/bt/btif/src/ |
btif_dm.c | 110 UINT8 pin_code_len; member in struct:__anon73757 [all...] |