Searched refs:btm_sec_encryption_change_evt (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sec.cc | 89 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()
|
D | mock_stack_btm_sec.h | 649 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/ |
D | sec_hci_link_interface.h | 39 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status,
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.h | 587 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status,
|
D | security_event_parser.cc | 73 btm_sec_encryption_change_evt(handle, static_cast<tHCI_STATUS>(status), in parse_encryption_change()
|
D | btm_sec.cc | 3541 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/ |
D | btu_hcif.cc | 806 btm_sec_encryption_change_evt(handle, static_cast<tHCI_STATUS>(status), in btu_hcif_encryption_change_evt()
|