Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/
Dbta_dm_main.c238 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
278 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
310 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
329 #if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == …
Dbta_dm_act.c110 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE)
172 #if BLE_INCLUDED && BTA_GATT_INCLUDED
214 #if BLE_INCLUDED && BTA_GATT_INCLUDED
438 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) in bta_dm_sys_hw_cback()
473 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) in bta_dm_sys_hw_cback()
500 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) in bta_dm_sys_hw_cback()
535 #if (BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE) && (GATTC_INCLUDED … in bta_dm_sys_hw_cback()
578 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in bta_dm_disable()
1483 #if (BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE) && (GATTC_INCLUDED … in bta_dm_search_start()
1501 #if (BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE) && (GATTC_INCLUDED … in bta_dm_search_start()
[all …]
Dbta_dm_api.c488 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in BTA_DmDiscoverUUID()
1717 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE
1737 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in bta_dm_discover_send_msg()
1771 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE in BTA_DmDiscoverByTransport()
1795 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && SDP_INCLUDED == TRUE in BTA_DmDiscoverExt()
1822 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE in BTA_DmSearchExt()
/hal_espressif-2.7.6/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-2.7.6/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h29 #if (BLE_INCLUDED == TRUE && (defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE))
320 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
335 #if BLE_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE
1349 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE)
1546 #if ((defined BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE) && SDP_INCLUDED == TRUE) && (GATTC…
/hal_espressif-2.7.6/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1199 #ifndef BTA_GATT_INCLUDED
1201 #define BTA_GATT_INCLUDED TRUE macro
1203 #define BTA_GATT_INCLUDED FALSE macro
1207 #if BTA_GATT_INCLUDED == TRUE && BLE_INCLUDED == FALSE
/hal_espressif-2.7.6/components/bt/host/bluedroid/main/
Dbte_init.c125 #if BTA_GATT_INCLUDED == TRUE
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h40 #if (BTA_GATT_INCLUDED == FALSE || BLE_INCLUDED == FALSE)
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c27 #if defined(BTA_GATT_INCLUDED) && (BTA_GATT_INCLUDED == TRUE)
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c35 #if( defined BTA_GATT_INCLUDED ) && (GATTC_INCLUDED == TRUE)