Searched defs:service_uuid (Results 1 – 3 of 3) sorted by relevance
445 mp_obj_bluetooth_uuid_t service_uuid = create_mp_uuid(service.uuid16, service.uuid128); in btstack_packet_handler() local1003 int mp_bluetooth_gatts_register_service(mp_obj_bluetooth_uuid_t *service_uuid, mp_obj_bluetooth_uui… in mp_bluetooth_gatts_register_service()
933 int mp_bluetooth_gatts_register_service(mp_obj_bluetooth_uuid_t *service_uuid, mp_obj_bluetooth_uui… in mp_bluetooth_gatts_register_service()1237 mp_obj_bluetooth_uuid_t service_uuid = create_mp_uuid(&service->uuid); in ble_gattc_service_cb() local
480 mp_obj_bluetooth_uuid_t *service_uuid = MP_OBJ_TO_PTR(uuid_in); in bluetooth_gatts_register_service() local1282 …t conn_handle, uint16_t start_handle, uint16_t end_handle, mp_obj_bluetooth_uuid_t *service_uuid) { in mp_bluetooth_gattc_on_primary_service_result()1488 …t conn_handle, uint16_t start_handle, uint16_t end_handle, mp_obj_bluetooth_uuid_t *service_uuid) { in mp_bluetooth_gattc_on_primary_service_result()
Completed in 16 milliseconds