Searched refs:btm_sec_encrypt_change (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 118 TEST_F(StackBtmSecWithInitFreeTest, btm_sec_encrypt_change) { in TEST_F() argument 127 btm_sec_encrypt_change(classic_handle, HCI_ERR_LMP_ERR_TRANS_COLLISION, 0x01); in TEST_F() 132 btm_sec_encrypt_change(classic_handle, HCI_ERR_DIFF_TRANSACTION_COLLISION, in TEST_F() 139 btm_sec_encrypt_change(classic_handle, HCI_SUCCESS, 0x01); in TEST_F() 151 btm_sec_encrypt_change(classic_handle, HCI_SUCCESS, 0x01); in TEST_F() 156 btm_sec_encrypt_change(classic_handle, HCI_SUCCESS, 0x00); in TEST_F() 162 btm_sec_encrypt_change(ble_handle, HCI_SUCCESS, 0x01); in TEST_F() 167 btm_sec_encrypt_change(ble_handle, HCI_SUCCESS, 0x00); in TEST_F()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sec.cc | 88 struct btm_sec_encrypt_change btm_sec_encrypt_change; variable 361 void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status, in btm_sec_encrypt_change() function 364 test::mock::stack_btm_sec::btm_sec_encrypt_change(handle, status, in btm_sec_encrypt_change()
|
D | mock_stack_btm_sec.h | 636 struct btm_sec_encrypt_change { struct 644 extern struct btm_sec_encrypt_change btm_sec_encrypt_change; argument
|
/packages/modules/Bluetooth/system/stack/include/ |
D | sec_hci_link_interface.h | 37 void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status,
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.h | 600 void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status,
|
D | btm_sec.cc | 3291 void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status, in btm_sec_encrypt_change() function 3525 btm_sec_encrypt_change(handle, static_cast<tHCI_STATUS>(status), in read_encryption_key_size_complete_after_encryption_change() 3555 btm_sec_encrypt_change(handle, static_cast<tHCI_STATUS>(status), in btm_sec_encryption_change_evt() 3581 btm_sec_encrypt_change(handle, static_cast<tHCI_STATUS>(status), in btm_sec_encryption_change_evt() 4133 btm_sec_encrypt_change(handle, static_cast<tHCI_STATUS>(status), in read_encryption_key_size_complete_after_key_refresh() 4143 btm_sec_encrypt_change(handle, static_cast<tHCI_STATUS>(status), in btm_sec_encryption_key_refresh_complete()
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 1096 btm_sec_encrypt_change(HCI_INVALID_HANDLE, hci_status, false); in btu_hcif_hdl_command_status()
|