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.h90 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
Dbtm_ble.cc1532 cmd = btm_ble_start_encrypt(bd_addr, false, NULL); in btm_ble_set_encryption()
1552 cmd = btm_ble_start_encrypt(bd_addr, false, NULL); in btm_ble_set_encryption()
1601 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt() function
/system/bt/stack/smp/
Dsmp_act.cc1121 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, true, in smp_start_enc()
1124 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, false, NULL); in smp_start_enc()