Searched refs:btm_ble_start_encrypt (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_int.h | 90 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
|
D | btm_ble.cc | 1532 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/ |
D | smp_act.cc | 1121 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()
|