Home
last modified time | relevance | path

Searched refs:btm_ble_start_encrypt (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_int.h72 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
Dbtm_int_types.h221 friend tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
Dbtm_ble.cc1383 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/
Dmock_stack_btm_ble.cc113 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt() function
/system/bt/stack/smp/
Dsmp_act.cc1143 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()