Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 42) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c1003 …r_uuids, uint16_t *descriptor_flags, uint8_t *num_descriptors, uint16_t *handles, size_t num_chara… in mp_bluetooth_gatts_register_service() argument
1030handles[handle_index] = att_db_util_add_characteristic_uuid16(get_uuid16(characteristic_uuids[i]),… in mp_bluetooth_gatts_register_service()
1034handles[handle_index] = att_db_util_add_characteristic_uuid128(buffer, props, read_permission, wri… in mp_bluetooth_gatts_register_service()
1038 …b_create_entry(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index], MP… in mp_bluetooth_gatts_register_service()
1042 …b_create_entry(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index] + 1… in mp_bluetooth_gatts_register_service()
1043 …gatts_db_write(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index] + 1… in mp_bluetooth_gatts_register_service()
1048 …tf("mp_bluetooth_gatts_register_service: Registered char with handle %u\n", handles[handle_index]); in mp_bluetooth_gatts_register_service()
1056handles[handle_index] = att_db_util_add_descriptor_uuid16(get_uuid16(descriptor_uuids[descriptor_i… in mp_bluetooth_gatts_register_service()
1060handles[handle_index] = att_db_util_add_descriptor_uuid128(buffer, props, read_permission, write_p… in mp_bluetooth_gatts_register_service()
1064 …b_create_entry(MP_STATE_PORT(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index], MP… in mp_bluetooth_gatts_register_service()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/host/
A Datt_internal.h138 u16_t handles[0]; member
229 u16_t handles[0]; member
A Dhci_api.c867 u16_t *handles, in hci_api_num_complete_packets() argument
874 handle = handles[i]; in hci_api_num_complete_packets()
A Dgatt.c3573 net_buf_add_le16(buf, params->handles[i]); in gatt_read_mult()
3636 net_buf_add_le16(buf, params->handles[i]); in gatt_read_mult_vl()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c476 …gister_service(mp_obj_t uuid_in, mp_obj_t characteristics_in, uint16_t **handles, size_t *num_hand… in bluetooth_gatts_register_service() argument
501 *handles = m_new(uint16_t, *num_handles); in bluetooth_gatts_register_service()
522 (*handles)[handle_index++] = 0xffff; in bluetooth_gatts_register_service()
538 …*handles = m_renew(uint16_t, *handles, *num_handles, *num_handles + num_descriptors[characteristic… in bluetooth_gatts_register_service()
558 (*handles)[handle_index++] = 0xffff; in bluetooth_gatts_register_service()
571 …c_uuids, characteristic_flags, descriptor_uuids, descriptor_flags, num_descriptors, *handles, len); in bluetooth_gatts_register_service()
584 uint16_t **handles = m_new0(uint16_t *, len); in bluetooth_ble_gatts_register_services() local
599 …err = bluetooth_gatts_register_service(service_items[0], service_items[1], &handles[i], &num_handl… in bluetooth_ble_gatts_register_services()
618 service_handles->items[j] = MP_OBJ_NEW_SMALL_INT(handles[i][j]); in bluetooth_ble_gatts_register_services()
624 m_del(uint16_t *, handles, len); in bluetooth_ble_gatts_register_services()
A Dmodbluetooth.h331 …r_uuids, uint16_t *descriptor_flags, uint8_t *num_descriptors, uint16_t *handles, size_t num_chara…
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A Dread.dfa50 # Everything else is application dependent. This file assumes the app handles
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js53handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e…
/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h164 uint16_t *handles,
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dl2cc_pdu.h760 uint16_t handles[__ARRAY_EMPTY]; member
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h1183 u16_t *handles; member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dtxtvsbin.txt31 and it handles single-byte encodings (ISO-8859, MacRoman, KOI8, etc.)
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c933 …r_uuids, uint16_t *descriptor_flags, uint8_t *num_descriptors, uint16_t *handles, size_t num_chara… in mp_bluetooth_gatts_register_service() argument
948 characteristics[i].val_handle = &handles[handle_index]; in mp_bluetooth_gatts_register_service()
963 descriptors[j].arg = &handles[handle_index]; in mp_bluetooth_gatts_register_service()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dfilelist.txt97 Also handles one-pass quantization to an externally given map.
A Dstructure.txt58 By itself, the library handles only interchange JPEG datastreams --- in
354 This controller handles MCU assembly, including insertion of dummy DCT
436 This controller handles MCU disassembly, including deletion of any dummy
484 * Color reduction: this module handles color precision reduction, e.g.,
499 while jdmaster.c handles overall initialization and output-side control.
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m143 /* The root view controller handles rotation and the status bar.
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt6 This test file can help you examine, how your UTF-8 decoder handles
/AliOS-Things-master/components/mbedtls/
A DChangeLog2043 * net module handles timeouts on blocking sockets better (found by Tilman
2076 * SSL now gracefully handles missing RNG
2315 * SSL now gracefully handles missing RNG
2403 * x509parse_crt() now better handles PEM error situations
2561 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
2567 * mpi_add_abs() now correctly handles adding short numbers to long numbers
2592 * x509parse_crt() now better handles PEM error situations
2623 * mpi_add_abs() now correctly handles adding short numbers to long numbers
2627 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
2993 * Undefining POLARSSL_HAVE_ASM now also handles prevents asm in
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c1254 params->handles = attr_handle; in ble_stack_gatt_read_multiple()
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME69 *) The `kern' validator handles both the classic and the new kern
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCMakeLists.txt436 # A single target handles generation of all generated files. If
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.m1073 /* CoreAudio handles most of SDL's formats natively, but not U16, apparently. */
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst507 …config.py>`_ from the `Zephyr <https://www.zephyrproject.org/>`_ project handles ``.config`` and h…
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst507 …config.py>`_ from the `Zephyr <https://www.zephyrproject.org/>`_ project handles ``.config`` and h…
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi750 @code{pipe} Unix system call. Return two handles as @code{[read_fd,

Completed in 70 milliseconds

12