Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c115 if (p_cur_srvc->characteristics != NULL) { in display_cache_service()
116 list_foreach(p_cur_srvc->characteristics, display_cache_attribute, NULL); in display_cache_service()
207 list_free(srvc->characteristics); in service_free()
281 p_new_srvc->characteristics = list_new(characteristic_free); in bta_gattc_add_srvc_to_cache()
339 list_append(service->characteristics, characteristic); in bta_gattc_add_char_to_cache()
402 if (service->characteristics == NULL || in bta_gattc_add_attr_to_cache()
403 list_is_empty(service->characteristics)) { in bta_gattc_add_attr_to_cache()
410 tBTA_GATTC_CHARACTERISTIC *char_node = list_back(service->characteristics); in bta_gattc_add_attr_to_cache()
1196 for (list_node_t *cn = list_begin(service->characteristics); in bta_gattc_get_characteristic_srcb()
1197 cn != list_end(service->characteristics); cn = list_next(cn)) { in bta_gattc_get_characteristic_srcb()
[all …]
Dbta_gattc_act.c2472 if (p_service->characteristics) { in bta_gattc_register_service_change_notify()
2473 for (list_node_t *cn = list_begin(p_service->characteristics); in bta_gattc_register_service_change_notify()
2474 cn != list_end(p_service->characteristics); cn = list_next(cn)) { in bta_gattc_register_service_change_notify()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c54 .characteristics = (struct ble_gatt_chr_def[])
222 for (chr = svc->characteristics; chr && chr->uuid; chr++) { in init_gatt_values()
251 for (chr = svc->characteristics; chr && chr->uuid; chr++) { in deinit_gatt_values()
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in698 int "Maximum number of characteristics per connection"
702 … Set this option to set the upper limit on number of characteristics per connection to be cached.
940 int "Maximum HID Report characteristics per service instance"
943 Defines maximum number of report characteristics per service instance
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h701 list_t *characteristics; /* list of tBTA_GATTC_CHARACTERISTIC */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1667 .characteristics = (struct ble_gatt_chr_def[])
1687 .characteristics = (struct ble_gatt_chr_def[])