Home
last modified time | relevance | path

Searched refs:BTA_TRANSPORT_LE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c455 if (p_clcb->transport == BTA_TRANSPORT_LE) { in bta_gattc_discover_pri_service()
620 if (p_clcb->transport == BTA_TRANSPORT_LE) { in bta_gattc_explore_srvc()
Dbta_gattc_act.c986 if (p_clcb->transport == BTA_TRANSPORT_LE) { in bta_gattc_start_discover()
1818 … p_msg->api_assoc.assoc_addr, BTA_TRANSPORT_LE); in bta_gattc_process_api_cache_assoc()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1348 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, &sec_flag); in bta_hh_start_security()
1355 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, &sec_flag); in bta_hh_start_security()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h213 #define BTA_TRANSPORT_LE BT_TRANSPORT_LE macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1481 … BTA_DmReadRSSI(arg->read_rssi.remote_addr, BTA_TRANSPORT_LE, btc_read_ble_rssi_cmpl_callback); in btc_gap_ble_call_handler()