Searched refs:p_bd_name (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 2978 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 3015 if (!p_bd_name) { in btm_sec_rmt_name_request_complete() 3016 p_bd_name = (UINT8 *)""; in btm_sec_rmt_name_request_complete() 3021 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name, in btm_sec_rmt_name_request_complete() 3025 btm_pair_state_descr (btm_cb.pairing_state), p_bd_name, in btm_sec_rmt_name_request_complete() 3033 … BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, (char *)p_bd_name, BTM_MAX_REM_BD_NAME_LEN); in btm_sec_rmt_name_request_complete() 3077 (*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()
|