Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_int.h91 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
Dbtm_ble.cc1553 cmd = btm_ble_start_encrypt(bd_addr, false, NULL); in btm_ble_set_encryption()
1572 cmd = btm_ble_start_encrypt(bd_addr, false, NULL); in btm_ble_set_encryption()
1628 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt() function
/system/bt/stack/smp/
Dsmp_act.cc1073 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, true, p_data->key.p_data); in smp_start_enc()
1075 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, false, NULL); in smp_start_enc()