Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h425 tBTM_STATUS btm_ble_start_encrypt(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1562 cmd = btm_ble_start_encrypt(bd_addr, FALSE, NULL); in btm_ble_set_encryption()
1575 cmd = btm_ble_start_encrypt(bd_addr, FALSE, NULL); in btm_ble_set_encryption()
1645 tBTM_STATUS btm_ble_start_encrypt(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk) in btm_ble_start_encrypt() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1189 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, TRUE, p_data->key.p_data); in smp_start_enc()
1191 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, FALSE, NULL); in smp_start_enc()