Home
last modified time | relevance | path

Searched refs:BTA_GATT_INCLUDED (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_main.c263 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
303 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
335 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
354 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
Dbta_dm_act.c111 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE)
173 #if BLE_INCLUDED && BTA_GATT_INCLUDED
215 #if BLE_INCLUDED && BTA_GATT_INCLUDED
439 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) in bta_dm_sys_hw_cback()
474 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) in bta_dm_sys_hw_cback()
501 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) in bta_dm_sys_hw_cback()
537 #if (BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE) && (GATTC_INCLUDED … in bta_dm_sys_hw_cback()
588 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in bta_dm_disable()
1578 #if (BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE) && (GATTC_INCLUDED … in bta_dm_search_start()
1596 #if (BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE) && (GATTC_INCLUDED … in bta_dm_search_start()
[all …]
Dbta_dm_api.c550 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in BTA_DmDiscoverUUID()
1897 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE
1917 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in bta_dm_discover_send_msg()
1951 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE in BTA_DmDiscoverByTransport()
1975 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE in BTA_DmDiscoverExt()
2002 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in BTA_DmSearchExt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h32 #ifndef BTA_GATT_INCLUDED
33 #define BTA_GATT_INCLUDED FALSE macro
36 #if ((BLE_INCLUDED == FALSE) && (BTA_GATT_INCLUDED == TRUE))
37 #undef BTA_GATT_INCLUDED
38 #define BTA_GATT_INCLUDED FALSE macro
Dbta_api.h91 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
142 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
153 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h30 #if (BLE_INCLUDED == TRUE && (defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE))
366 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
381 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
1529 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE)
1730 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) && (GATTC…
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1326 #ifndef BTA_GATT_INCLUDED
1328 #define BTA_GATT_INCLUDED TRUE macro
1330 #define BTA_GATT_INCLUDED FALSE macro
1334 #if BTA_GATT_INCLUDED == TRUE && BLE_INCLUDED == FALSE
/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c141 #if BTA_GATT_INCLUDED == TRUE
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h40 #if (BTA_GATT_INCLUDED == FALSE || BLE_INCLUDED == FALSE)
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c27 #if defined(BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE)
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c35 #if( defined BTA_GATT_INCLUDED ) && (GATTC_INCLUDED == TRUE)