Searched refs:characteristics (Results 1 – 6 of 6) sorted by relevance
115 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 …]
2472 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()
54 .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()
698 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
701 list_t *characteristics; /* list of tBTA_GATTC_CHARACTERISTIC */ member
1667 .characteristics = (struct ble_gatt_chr_def[])1687 .characteristics = (struct ble_gatt_chr_def[])