/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 1003 …r_uuids, uint16_t *descriptor_flags, uint8_t *num_descriptors, uint16_t *handles, size_t num_chara… in mp_bluetooth_gatts_register_service() argument 1030 …handles[handle_index] = att_db_util_add_characteristic_uuid16(get_uuid16(characteristic_uuids[i]),… in mp_bluetooth_gatts_register_service() 1034 …handles[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() 1056 …handles[handle_index] = att_db_util_add_descriptor_uuid16(get_uuid16(descriptor_uuids[descriptor_i… in mp_bluetooth_gatts_register_service() 1060 …handles[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 D | att_internal.h | 138 u16_t handles[0]; member 229 u16_t handles[0]; member
|
A D | hci_api.c | 867 u16_t *handles, in hci_api_num_complete_packets() argument 874 handle = handles[i]; in hci_api_num_complete_packets()
|
A D | gatt.c | 3573 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 D | modbluetooth.c | 476 …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 D | modbluetooth.h | 331 …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 D | read.dfa | 50 # Everything else is application dependent. This file assumes the app handles
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 53 …handles=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 D | hci_api.h | 164 uint16_t *handles,
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc_pdu.h | 760 uint16_t handles[__ARRAY_EMPTY]; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 1183 u16_t *handles; member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | txtvsbin.txt | 31 and it handles single-byte encodings (ISO-8859, MacRoman, KOI8, etc.)
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 933 …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 D | filelist.txt | 97 Also handles one-pass quantization to an externally given map.
|
A D | structure.txt | 58 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 D | SDL_uikitview.m | 143 /* The root view controller handles rotation and the status bar.
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 6 This test file can help you examine, how your UTF-8 decoder handles
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 2043 * 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 D | ble.c | 1254 params->handles = attr_handle; in ble_stack_gatt_read_multiple()
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 69 *) The `kern' validator handles both the classic and the new kern
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CMakeLists.txt | 436 # A single target handles generation of all generated files. If
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 1073 /* CoreAudio handles most of SDL's formats natively, but not U16, apparently. */
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 507 …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 D | README.rst | 507 …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 D | quickjs.texi | 750 @code{pipe} Unix system call. Return two handles as @code{[read_fd,
|