Home
last modified time | relevance | path

Searched defs:service_uuid (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c445 mp_obj_bluetooth_uuid_t service_uuid = create_mp_uuid(service.uuid16, service.uuid128); in btstack_packet_handler() local
1003 int mp_bluetooth_gatts_register_service(mp_obj_bluetooth_uuid_t *service_uuid, mp_obj_bluetooth_uui… in mp_bluetooth_gatts_register_service()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c933 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
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c480 mp_obj_bluetooth_uuid_t *service_uuid = MP_OBJ_TO_PTR(uuid_in); in bluetooth_gatts_register_service() local
1282 …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 14 milliseconds