Home
last modified time | relevance | path

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

/btstack/tool/
H A Ddump_gatt.py52 class gatt_service: class
129 self.primary_services.append(gatt_service(uuid, start, end))
/btstack/src/ble/
H A Dgatt_client.c828 gatt_client_service_t gatt_service; in gatt_client_notify_can_send_query() local
841 gatt_service.start_group_handle = gatt_client->gatt_service_start_group_handle; in gatt_client_notify_can_send_query()
842 gatt_service.end_group_handle = gatt_client->gatt_service_end_group_handle; in gatt_client_notify_can_send_query()
843 …teristics_for_service(&gatt_client_service_packet_handler, gatt_client->con_handle, &gatt_service); in gatt_client_notify_can_send_query()