Home
last modified time | relevance | path

Searched refs:pin_code_len (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c358 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType() argument
361 pin_type, (char *) pin_code, pin_code_len); in BTM_SetPinType()
371 btm_cb.cfg.pin_code_len = pin_code_len; in BTM_SetPinType()
372 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len); in BTM_SetPinType()
920 btm_cb.pin_code_len = pin_len; in BTM_PINCodeReply()
961 …T2("BTM_PINCodeReply(): Saving pin_len: %d btm_cb.pin_code_len: %d", pin_len, btm_cb.pin_code_len); in BTM_PINCodeReply()
963 if (btm_cb.pin_code_len == 0) in BTM_PINCodeReply()
1127 btm_cb.pin_code_len = pin_len; in BTM_SecBond()
4892 btsnd_hcic_pin_code_req_reply (p_bda, p_cb->cfg.pin_code_len, p_cb->cfg.pin_code); in btm_sec_pin_code_request()
4902 if (btm_cb.pin_code_len != 0) in btm_sec_pin_code_request()
[all …]
Dbtm_int.h599 UINT8 pin_code_len; /* Bonding information */ member
853 UINT8 pin_code_len; /* for legacy devices */ member
Dbtm_devctl.c695 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len); in btm_continue_reset()
Dbtm_ble.c1595 btm_cb.pin_code_len ); in btm_proc_smp_cback()
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c73 UINT8 pin_code_len; member
823 pairing_cb.pin_code_len); in btif_dm_auth_cmpl_evt()
1913 pairing_cb.pin_code_len = pin_len; in btif_dm_pin_reply()
1919 pairing_cb.pin_code_len = pin_len; in btif_dm_pin_reply()
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c340 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, in btsnd_hcic_pin_code_req_reply() argument
359 UINT8_TO_STREAM (pp, pin_code_len); in btsnd_hcic_pin_code_req_reply()
361 for (i = 0; i < pin_code_len; i++) in btsnd_hcic_pin_code_req_reply()
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h193 UINT8 pin_code_len,
Dbtm_api.h3727 BTM_API extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);