Searched refs:BTM_SetEncryption (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 493 …btm_status = BTM_SetEncryption(p_tcb->peer_bda, p_tcb->transport , gatt_enc_cmpl_cback, &btm_ble_s… in gatt_security_check_start()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 1349 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, &sec_flag); in bta_hh_start_security() 1356 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, &sec_flag); in bta_hh_start_security()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 3672 tBTM_STATUS BTM_SetEncryption (BD_ADDR bd_addr, tBT_TRANSPORT transport,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 1355 tBTM_STATUS BTM_SetEncryption (BD_ADDR bd_addr, tBT_TRANSPORT transport, tBTM_SEC_CBACK *p_callback, in BTM_SetEncryption() function 2812 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs() 3995 BTM_SetEncryption(p_dev_rec->bd_addr, BT_TRANSPORT_BR_EDR, NULL, NULL); in btm_sec_auth_complete()
|
D | btm_ble.c | 1126 BTM_SetEncryption(bd_addr, BT_TRANSPORT_LE, p_callback, p_ref_data); in btm_ble_start_sec_check()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 4641 if (BTM_SetEncryption(p_data->set_encryption.bd_addr, p_data->set_encryption.transport, in bta_dm_set_encryption()
|