Searched refs:is_assoc (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 988 …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()
|
D | bta_gattc_act.c | 1830 if (p_msg->api_assoc.is_assoc) { in bta_gattc_process_api_cache_assoc()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 710 …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/ |
D | btc_gattc.h | 191 bool is_assoc; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 862 esp_bd_addr_t assoc_addr, bool is_assoc);
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 209 BOOLEAN is_assoc; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 1150 …_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/ |
D | btc_gattc.c | 763 arg->cache_assoc.is_assoc); in btc_gattc_call_handler()
|