Searched refs:classic_handle (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 122 const uint16_t classic_handle = 0x1234; in TEST_F() local 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() 147 device_record->hci_handle = classic_handle; 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() 271 const uint16_t classic_handle = 0x1234; in TEST_F() local 279 device_record->hci_handle = classic_handle; in TEST_F()
|