Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h271 } mp_obj_bluetooth_uuid_t; typedef
331 …vice(mp_obj_bluetooth_uuid_t *service_uuid, mp_obj_bluetooth_uuid_t **characteristic_uuids, uint16…
378 …uetooth_gattc_discover_primary_services(uint16_t conn_handle, const mp_obj_bluetooth_uuid_t *uuid);
381 …16_t conn_handle, uint16_t start_handle, uint16_t end_handle, const mp_obj_bluetooth_uuid_t *uuid);
455 …int16_t conn_handle, uint16_t start_handle, uint16_t end_handle, mp_obj_bluetooth_uuid_t *service_…
458 … uint16_t def_handle, uint16_t value_handle, uint8_t properties, mp_obj_bluetooth_uuid_t *characte…
461 …attc_on_descriptor_result(uint16_t conn_handle, uint16_t handle, mp_obj_bluetooth_uuid_t *descript…
A Dmodbluetooth.c76 mp_obj_bluetooth_uuid_t irq_data_uuid;
100 mp_obj_bluetooth_uuid_t *self = m_new_obj(mp_obj_bluetooth_uuid_t); in bluetooth_uuid_make_new()
153 mp_obj_bluetooth_uuid_t *self = MP_OBJ_TO_PTR(self_in); in bluetooth_uuid_unary_op()
169 mp_obj_bluetooth_uuid_t *lhs = MP_OBJ_TO_PTR(lhs_in); in bluetooth_uuid_binary_op()
170 mp_obj_bluetooth_uuid_t *rhs = MP_OBJ_TO_PTR(rhs_in); in bluetooth_uuid_binary_op()
191 mp_obj_bluetooth_uuid_t *self = MP_OBJ_TO_PTR(self_in); in bluetooth_uuid_print()
489 mp_obj_bluetooth_uuid_t **characteristic_uuids = m_new(mp_obj_bluetooth_uuid_t *, len); in bluetooth_gatts_register_service()
493 mp_obj_bluetooth_uuid_t **descriptor_uuids = NULL; in bluetooth_gatts_register_service()
775 mp_obj_bluetooth_uuid_t *uuid = NULL; in bluetooth_ble_gattc_discover_services()
790 mp_obj_bluetooth_uuid_t *uuid = NULL; in bluetooth_ble_gattc_discover_characteristics()
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c81 STATIC mp_obj_bluetooth_uuid_t create_mp_uuid(uint16_t uuid16, const uint8_t *uuid128) { in create_mp_uuid()
82 mp_obj_bluetooth_uuid_t result; in create_mp_uuid()
445 mp_obj_bluetooth_uuid_t service_uuid = create_mp_uuid(service.uuid16, service.uuid128); in btstack_packet_handler()
452mp_obj_bluetooth_uuid_t characteristic_uuid = create_mp_uuid(characteristic.uuid16, characteristic… in btstack_packet_handler()
459mp_obj_bluetooth_uuid_t descriptor_uuid = create_mp_uuid(descriptor.uuid16, descriptor.uuid128); in btstack_packet_handler()
976 STATIC inline uint16_t get_uuid16(const mp_obj_bluetooth_uuid_t *uuid) { in get_uuid16()
1003 …vice(mp_obj_bluetooth_uuid_t *service_uuid, mp_obj_bluetooth_uuid_t **characteristic_uuids, uint16… in mp_bluetooth_gatts_register_service()
1291 …etooth_gattc_discover_primary_services(uint16_t conn_handle, const mp_obj_bluetooth_uuid_t *uuid) { in mp_bluetooth_gattc_discover_primary_services()
1316 …6_t conn_handle, uint16_t start_handle, uint16_t end_handle, const mp_obj_bluetooth_uuid_t *uuid) { in mp_bluetooth_gattc_discover_characteristics()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c85 STATIC ble_uuid_t *create_nimble_uuid(const mp_obj_bluetooth_uuid_t *uuid, ble_uuid_any_t *storage);
89 STATIC mp_obj_bluetooth_uuid_t create_mp_uuid(const ble_uuid_any_t *uuid);
161 STATIC ble_uuid_t *create_nimble_uuid(const mp_obj_bluetooth_uuid_t *uuid, ble_uuid_any_t *storage)… in create_nimble_uuid()
191 STATIC mp_obj_bluetooth_uuid_t create_mp_uuid(const ble_uuid_any_t *uuid) { in create_mp_uuid()
192 mp_obj_bluetooth_uuid_t result; in create_mp_uuid()
933 …vice(mp_obj_bluetooth_uuid_t *service_uuid, mp_obj_bluetooth_uuid_t **characteristic_uuids, uint16… in mp_bluetooth_gatts_register_service()
1237 mp_obj_bluetooth_uuid_t service_uuid = create_mp_uuid(&service->uuid); in ble_gattc_service_cb()
1281 …etooth_gattc_discover_primary_services(uint16_t conn_handle, const mp_obj_bluetooth_uuid_t *uuid) { in mp_bluetooth_gattc_discover_primary_services()
1302 mp_obj_bluetooth_uuid_t characteristic_uuid = create_mp_uuid(&characteristic->uuid); in ble_gattc_characteristic_cb()
1310 …6_t conn_handle, uint16_t start_handle, uint16_t end_handle, const mp_obj_bluetooth_uuid_t *uuid) { in mp_bluetooth_gattc_discover_characteristics()
[all …]

Completed in 17 milliseconds