Home
last modified time | relevance | path

Searched refs:btm_sec_encryption_key_refresh_complete (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc93 struct btm_sec_encryption_key_refresh_complete btm_sec_encryption_key_refresh_complete; variable
356 void btm_sec_encryption_key_refresh_complete(uint16_t handle, tHCI_STATUS status) { in btm_sec_encryption_key_refresh_complete() function
358 test::mock::stack_btm_sec::btm_sec_encryption_key_refresh_complete(handle, status); in btm_sec_encryption_key_refresh_complete()
Dmock_stack_btm_sec.h645 struct btm_sec_encryption_key_refresh_complete { struct
650 extern struct btm_sec_encryption_key_refresh_complete btm_sec_encryption_key_refresh_complete; argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsec_hci_link_interface.h40 void btm_sec_encryption_key_refresh_complete(uint16_t handle, tHCI_STATUS status);
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.h621 void btm_sec_encryption_key_refresh_complete(uint16_t handle, tHCI_STATUS status);
Dsecurity_event_parser.cc146 btm_sec_encryption_key_refresh_complete(refresh.GetConnectionHandle(), in parse_encryption_key_refresh_complete()
Dbtm_sec.cc4018 void btm_sec_encryption_key_refresh_complete(uint16_t handle, tHCI_STATUS status) { in btm_sec_encryption_key_refresh_complete() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1408 btm_sec_encryption_key_refresh_complete(handle, static_cast<tHCI_STATUS>(status)); in btu_hcif_encryption_key_refresh_cmpl_evt()