Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h189 bool is_assoc; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c1036 …A_GATTC_CacheAssoc(tBTA_GATTC_IF client_if, BD_ADDR src_addr, BD_ADDR assoc_addr, BOOLEAN is_assoc) in BTA_GATTC_CacheAssoc() argument
1042 p_buf->is_assoc = is_assoc; in BTA_GATTC_CacheAssoc()
Dbta_gattc_act.c1893 if (p_msg->api_assoc.is_assoc) { in bta_gattc_process_api_cache_assoc()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c878 …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
888 arg.cache_assoc.is_assoc = is_assoc; in esp_ble_gattc_cache_assoc()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h1010 esp_bd_addr_t assoc_addr, bool is_assoc);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h226 BOOLEAN is_assoc; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1189 …_GATTC_CacheAssoc(tBTA_GATTC_IF client_if, BD_ADDR src_addr, BD_ADDR assoc_addr, BOOLEAN is_assoc);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c782 arg->cache_assoc.is_assoc); in btc_gattc_call_handler()