Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc89 struct btm_sec_encryption_change_evt btm_sec_encryption_change_evt; variable
367 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status, in btm_sec_encryption_change_evt() function
370 test::mock::stack_btm_sec::btm_sec_encryption_change_evt(handle, status, in btm_sec_encryption_change_evt()
Dmock_stack_btm_sec.h649 struct btm_sec_encryption_change_evt { struct
657 extern struct btm_sec_encryption_change_evt btm_sec_encryption_change_evt; argument
/packages/modules/Bluetooth/system/stack/include/
Dsec_hci_link_interface.h39 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.h587 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status,
Dsecurity_event_parser.cc73 btm_sec_encryption_change_evt(handle, static_cast<tHCI_STATUS>(status), in parse_encryption_change()
Dbtm_sec.cc3541 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status, in btm_sec_encryption_change_evt() function
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc806 btm_sec_encryption_change_evt(handle, static_cast<tHCI_STATUS>(status), in btu_hcif_encryption_change_evt()