Searched refs:p_bd_name (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sec.c | 3078 void btm_sec_rmt_name_request_complete (UINT8 *p_bd_addr, UINT8 *p_bd_name, UINT8 status) in btm_sec_rmt_name_request_complete() argument 3118 if (!p_bd_name) in btm_sec_rmt_name_request_complete() 3119 p_bd_name = (UINT8 *)""; in btm_sec_rmt_name_request_complete() 3124 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name, in btm_sec_rmt_name_request_complete() 3130 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name, in btm_sec_rmt_name_request_complete() 3140 …char *)p_dev_rec->sec_bd_name, sizeof (p_dev_rec->sec_bd_name), (char *)p_bd_name, BTM_MAX_REM_BD_… in btm_sec_rmt_name_request_complete() 3189 (*btm_cb.api.p_pin_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, p_bd_name, in btm_sec_rmt_name_request_complete()
|