Searched refs:assoc_addr (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 88 list_t *assoc_addr; member 122 UINT8 *assoc_addr = NULL; in cacheOpen() local 126 ((assoc_addr = bta_gattc_co_cache_find_src_addr(bda, index)) != NULL)) { in cacheOpen() 458 if(addr_info->assoc_addr) { in bta_gattc_co_cache_addr_deinit() 459 list_free(addr_info->assoc_addr); in bta_gattc_co_cache_addr_deinit() 593 addr_info->assoc_addr = list_new(osi_free_func); in bta_gattc_co_cache_new_assoc_list() 594 return (addr_info->assoc_addr != NULL ? TRUE : FALSE); in bta_gattc_co_cache_new_assoc_list() 597 BOOLEAN bta_gattc_co_cache_append_assoc_addr(BD_ADDR src_addr, BD_ADDR assoc_addr) in bta_gattc_co_cache_append_assoc_addr() argument 605 memcpy(p_assoc_buf, assoc_addr, sizeof(BD_ADDR)); in bta_gattc_co_cache_append_assoc_addr() 608 if (addr_info->assoc_addr == NULL) { in bta_gattc_co_cache_append_assoc_addr() [all …]
|
D | bta_gattc_api.c | 1036 void BTA_GATTC_CacheAssoc(tBTA_GATTC_IF client_if, BD_ADDR src_addr, BD_ADDR assoc_addr, BOOLEAN is… in BTA_GATTC_CacheAssoc() argument 1045 memcpy(p_buf->assoc_addr, assoc_addr, sizeof(BD_ADDR)); in BTA_GATTC_CacheAssoc()
|
D | bta_gattc_act.c | 1881 … p_msg->api_assoc.assoc_addr, BTA_TRANSPORT_LE); in bta_gattc_process_api_cache_assoc() 1894 …attc_co_cache_append_assoc_addr(p_msg->api_assoc.src_addr, p_msg->api_assoc.assoc_addr)) == TRUE) { in bta_gattc_process_api_cache_assoc() 1905 …attc_co_cache_remove_assoc_addr(p_msg->api_assoc.src_addr, p_msg->api_assoc.assoc_addr)) == TRUE) { in bta_gattc_process_api_cache_assoc()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gattc_co.h | 132 extern BOOLEAN bta_gattc_co_cache_append_assoc_addr(BD_ADDR src_addr, BD_ADDR assoc_addr); 134 extern BOOLEAN bta_gattc_co_cache_remove_assoc_addr(BD_ADDR src_addr, BD_ADDR assoc_addr); 136 uint8_t* bta_gattc_co_cache_find_src_addr(BD_ADDR assoc_addr, uint8_t *index);
|
D | bta_gatt_api.h | 1189 extern void BTA_GATTC_CacheAssoc(tBTA_GATTC_IF client_if, BD_ADDR src_addr, BD_ADDR assoc_addr, BOO…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 188 esp_bd_addr_t assoc_addr; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 878 …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 891 memcpy(arg.cache_assoc.assoc_addr, assoc_addr, sizeof(esp_bd_addr_t)); in esp_ble_gattc_cache_assoc()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 1010 esp_bd_addr_t assoc_addr, bool is_assoc);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 225 BD_ADDR assoc_addr; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 781 arg->cache_assoc.assoc_addr, in btc_gattc_call_handler()
|