Searched refs:NotifyBondingChange (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 159 static void NotifyBondingChange(tBTM_SEC_DEV_REC& p_dev_rec, in NotifyBondingChange() function 687 NotifyBondingChange(*p_dev_rec, HCI_ERR_AUTH_FAILURE); in BTM_PINCodeReply() 2399 return NotifyBondingChange(*p_dev_rec, status); in btm_sec_rmt_name_request_complete() 2443 NotifyBondingChange(*p_dev_rec, HCI_ERR_MEMORY_FULL); in btm_sec_rmt_name_request_complete() 2457 NotifyBondingChange(*p_dev_rec, HCI_ERR_MEMORY_FULL); in btm_sec_rmt_name_request_complete() 3202 NotifyBondingChange(*p_dev_rec, status); in btm_sec_auth_complete() 3613 NotifyBondingChange(*p_dev_rec, HCI_ERR_MEMORY_FULL); in btm_sec_connect_after_reject_timeout() 3777 NotifyBondingChange(*p_dev_rec, status); in btm_sec_connected() 3805 NotifyBondingChange(*p_dev_rec, status); in btm_sec_connected() 3985 NotifyBondingChange(*p_dev_rec, status); in btm_sec_disconnected() [all …]
|