Searched refs:sec_bd_name (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | security_device_record.h | 331 reinterpret_cast<char const*>(sec_bd_name), sec_rec.ToString()); in ToString() 337 BD_NAME sec_bd_name; /* User friendly name of the device. (may be variable
|
D | btm_sec.cc | 148 p_dev_rec.sec_bd_name, status); in NotifyBondingChange() 2175 bd_name_copy(p_dev_rec->sec_bd_name, p_bd_name); in btm_rnr_add_name_to_security_record() 2188 p_dev_rec->sec_bd_name[0] = 0; in btm_rnr_add_name_to_security_record() 2194 call_registered_rmt_name_callbacks(&bd_addr, p_dev_rec->dev_class, p_dev_rec->sec_bd_name, in btm_rnr_add_name_to_security_record() 2253 p_dev_rec->sec_bd_name, in btm_sec_rmt_name_request_complete() 2702 bd_name_copy(evt_data.cfm_req.bd_name, p_dev_rec->sec_bd_name); in btm_proc_sp_req_evt() 2892 bd_name_copy(evt_data.bd_name, p_dev_rec->sec_bd_name); in btm_rem_oob_req() 3029 reinterpret_cast<char const*>(p_dev_rec->sec_bd_name)); in btm_sec_auth_complete() 3123 p_dev_rec->sec_bd_name, status); in btm_sec_auth_complete() 3582 reinterpret_cast<char const*>(p_dev_rec->sec_bd_name)); in btm_sec_connected() [all …]
|
D | btm_dev.cc | 109 reinterpret_cast<char*>(&p_dev_rec->sec_bd_name))) { in BTM_SecAddDevice() 229 p_name = (const char*)p_srec->sec_bd_name; in BTM_SecReadDevName()
|
D | btm_ble_sec.cc | 107 reinterpret_cast<char*>(&p_dev_rec->sec_bd_name))) { in BTM_SecAddBleDevice()
|