Searched refs:btm_ble_start_encrypt (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_int.h | 72 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
|
D | btm_int_types.h | 221 friend tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
|
D | btm_ble.cc | 1383 cmd = btm_ble_start_encrypt(bd_addr, false, NULL); in btm_ble_set_encryption() 1403 cmd = btm_ble_start_encrypt(bd_addr, false, NULL); in btm_ble_set_encryption() 1452 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt() function
|
/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() function
|
/system/bt/stack/smp/ |
D | smp_act.cc | 1143 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, true, in smp_start_enc() 1146 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, false, NULL); in smp_start_enc()
|