Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_db.c1431 …int new_service_started = att_iterator_match_uuid16(&it, GATT_PRIMARY_SERVICE_UUID) || att_iterato… in gatt_server_get_handle_range_for_service_with_uuid16() local
1435 ((it.handle == 0u) || new_service_started)){ in gatt_server_get_handle_range_for_service_with_uuid16()
1449 …if ( (it.handle != 0u) && new_service_started && (attribute_len == it.value_len) && (memcmp(attrib… in gatt_server_get_handle_range_for_service_with_uuid16()
1536 …int new_service_started = att_iterator_match_uuid16(&it, GATT_PRIMARY_SERVICE_UUID) || att_iterato… in gatt_server_get_handle_range_for_service_with_uuid128() local
1540 ((it.handle == 0u) || new_service_started)){ in gatt_server_get_handle_range_for_service_with_uuid128()
1549 …if ( (it.handle != 0u) && new_service_started && (attribute_len == it.value_len) && (memcmp(attrib… in gatt_server_get_handle_range_for_service_with_uuid128()