Searched refs:p_bd_name (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_sec.c3063 void btm_sec_rmt_name_request_complete (UINT8 *p_bd_addr, UINT8 *p_bd_name, UINT8 status) argument
3095 if (!p_bd_name)
3096 p_bd_name = (UINT8 *)"";
3101 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name,
3105 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name,
3115 strlcpy((char *)p_dev_rec->sec_bd_name, (char *)p_bd_name, BTM_MAX_REM_BD_NAME_LEN);
3161 (*btm_cb.api.p_pin_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, p_bd_name,

Completed in 28 milliseconds