Searched refs:use_stk (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_int.h | 65 extern void btm_ble_ltk_request_reply(const RawAddress& bda, bool use_stk, 72 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
|
D | btm_int_types.h | 219 friend void btm_ble_ltk_request_reply(const RawAddress& bda, bool use_stk, 221 friend tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, 223 friend void btm_ble_ltk_request_reply(const RawAddress& bda, bool use_stk,
|
D | btm_ble.cc | 1452 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt() argument 1472 if (use_stk) { in btm_ble_start_encrypt() 1544 void btm_ble_ltk_request_reply(const RawAddress& bda, bool use_stk, in btm_ble_ltk_request_reply() argument 1559 if (use_stk) { in btm_ble_ltk_request_reply()
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 113 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt() argument 227 void btm_ble_ltk_request_reply(const RawAddress& bda, bool use_stk, in btm_ble_ltk_request_reply() argument
|