Home
last modified time | relevance | path

Searched refs:is_assoc (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c988 …A_GATTC_CacheAssoc(tBTA_GATTC_IF client_if, BD_ADDR src_addr, BD_ADDR assoc_addr, BOOLEAN is_assoc) in BTA_GATTC_CacheAssoc() argument
994 p_buf->is_assoc = is_assoc; in BTA_GATTC_CacheAssoc()
Dbta_gattc_act.c1830 if (p_msg->api_assoc.is_assoc) { in bta_gattc_process_api_cache_assoc()
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c710 …ache_assoc(esp_gatt_if_t gattc_if, esp_bd_addr_t src_addr, esp_bd_addr_t assoc_addr, bool is_assoc) in esp_ble_gattc_cache_assoc() argument
720 arg.cache_assoc.is_assoc = is_assoc; in esp_ble_gattc_cache_assoc()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h191 bool is_assoc; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h862 esp_bd_addr_t assoc_addr, bool is_assoc);
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h209 BOOLEAN is_assoc; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1150 …_GATTC_CacheAssoc(tBTA_GATTC_IF client_if, BD_ADDR src_addr, BD_ADDR assoc_addr, BOOLEAN is_assoc);
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c763 arg->cache_assoc.is_assoc); in btc_gattc_call_handler()