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