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/ |
D | btm_ble_int.h | 425 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/ |
D | btm_ble.c | 1562 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/ |
D | smp_act.c | 1189 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()
|