Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.c394 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType() argument
397 pin_type, (char *) pin_code, pin_code_len); in BTM_SetPinType()
407 btm_cb.cfg.pin_code_len = pin_code_len; in BTM_SetPinType()
408 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len); in BTM_SetPinType()
914 btm_cb.pin_code_len = pin_len; in BTM_PINCodeReply()
957 …NT("BTM_PINCodeReply(): Saving pin_len: %d btm_cb.pin_code_len: %d", pin_len, btm_cb.pin_code_len); in BTM_PINCodeReply()
959 if (btm_cb.pin_code_len == 0) in BTM_PINCodeReply()
1028 btm_cb.pin_code_len = pin_len; in btm_sec_bond_by_transport()
5262 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()
5272 if (btm_cb.pin_code_len != 0) in btm_sec_pin_code_request()
[all …]
Dbtm_int.h633 UINT8 pin_code_len; /* Bonding information */ member
862 UINT8 pin_code_len; /* for legacy devices */ member
Dbtm_devctl.c192 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len); in reset_complete()
Dbtm_ble.c2009 btm_cb.pin_code_len ); in btm_proc_smp_cback()
/system/bt/stack/hcic/
Dhcicmds.c329 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, in btsnd_hcic_pin_code_req_reply() argument
348 UINT8_TO_STREAM (pp, pin_code_len); in btsnd_hcic_pin_code_req_reply()
350 for (i = 0; i < pin_code_len; i++) in btsnd_hcic_pin_code_req_reply()
/system/bt/btif/src/
Dbtif_dm.c105 UINT8 pin_code_len; member
1074 pairing_cb.pin_code_len); in btif_dm_auth_cmpl_evt()
2462 pairing_cb.pin_code_len = pin_len; in btif_dm_pin_reply()
2468 pairing_cb.pin_code_len = pin_len; in btif_dm_pin_reply()
/system/bt/stack/include/
Dhcimsgs.h148 UINT8 pin_code_len,
Dbtm_api.h3224 extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);