Searched refs:p_stk (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_btm_ble.h | 422 std::function<tBTM_STATUS(const RawAddress& bda, bool use_stk, Octet16* p_stk)> body{ 426 tBTM_STATUS operator()(const RawAddress& bda, bool use_stk, Octet16* p_stk) { in operator() 427 return body(bda, use_stk, p_stk); in operator()
|
| D | mock_stack_btm_ble.cc | 242 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, Octet16* p_stk) { in btm_ble_start_encrypt() argument 244 return test::mock::stack_btm_ble::btm_ble_start_encrypt(bda, use_stk, p_stk); in btm_ble_start_encrypt()
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_ble_sec.h | 55 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, Octet16* p_stk);
|
| D | btm_ble_sec.cc | 1229 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, Octet16* p_stk) { in btm_ble_start_encrypt() argument 1257 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, *p_stk); in btm_ble_start_encrypt()
|