Searched refs:p_bd_name (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sec.c | 3063 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 3095 if (!p_bd_name) in btm_sec_rmt_name_request_complete() 3096 p_bd_name = (UINT8 *)""; in btm_sec_rmt_name_request_complete() 3101 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name, in btm_sec_rmt_name_request_complete() 3105 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name, in btm_sec_rmt_name_request_complete() 3115 strlcpy((char *)p_dev_rec->sec_bd_name, (char *)p_bd_name, BTM_MAX_REM_BD_NAME_LEN); in btm_sec_rmt_name_request_complete() 3161 (*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()
|