Searched refs:uuid_obj (Results 1 – 1 of 1) sorted by relevance
517 mp_obj_t uuid_obj = characteristic_items[0]; in bluetooth_gatts_register_service() local518 if (!mp_obj_is_type(uuid_obj, &mp_type_bluetooth_uuid)) { in bluetooth_gatts_register_service()565 characteristic_uuids[characteristic_index] = MP_OBJ_TO_PTR(uuid_obj); in bluetooth_gatts_register_service()
Completed in 13 milliseconds