/btstack/tool/ |
H A D | dump_tlv.py | 10 a = f.read(1) 13 b = f.read(1) 16 c = f.read(1) 19 d = f.read(1) 56 tag = fin.read(4) 62 packet = fin.read(len)
|
H A D | sm_random_check.py | 15 a = f.read(1) 18 b = f.read(1) 21 c = f.read(1) 24 d = f.read(1) 46 type = ord(fin.read(1)) 51 packet = fin.read(packet_len)
|
H A D | dump_h4.py | 21 bytes_read = f.read(13) 53 packet = fin.read(packet_len)
|
H A D | dump_pklg.py | 21 bytes_read = f.read(13) 53 packet = fin.read(packet_len)
|
H A D | dump_keys.py | 33 bytes_read = f.read(13) 123 packet = fin.read(packet_len)
|
/btstack/3rd-party/lwip/core/src/apps/http/ |
H A D | fs.c | 118 int read; in fs_read_async() local 136 read = file->len - file->index; in fs_read_async() 137 if (read > count) { in fs_read_async() 138 read = count; in fs_read_async() 141 MEMCPY(buffer, (file->data + file->index), read); in fs_read_async() 142 file->index += read; in fs_read_async() 144 return (read); in fs_read_async()
|
/btstack/test/hfp/ |
H A D | dump_test_sequence_from_pklg.py | 22 a = f.read(1) 23 b = f.read(1) 24 c = f.read(1) 25 d = f.read(1) 54 type = ord(fin.read(1)) 56 packet = fin.read(packet_len)
|
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/ |
H A D | Util.java | 51 int read; in readExactly() local 52 read = in.read(buffer, offset, len); in readExactly() 53 if (read < 0) break; in readExactly() 54 len -= read; in readExactly() 55 offset += read; in readExactly() 56 readTotal += read; in readExactly()
|
/btstack/test/gatt_client/ |
H A D | profile.gatt | 56 …and 128 bit with different authoriztion/authentication/encryption requirements and read/write flags 62 // - neither read nor writable 85 // - read/write, incl. server characteristic configuration, characteristic format (uint8_t, exponen… 92 // - read/write/write without response 94 // - read/write without response 96 // - read/authenticated signed writes 103 …and 128 bit with different authoriztion/authentication/encryption requirements and read/write flags 109 // - neither read nor writable
|
/btstack/test/gatt_server/ |
H A D | profile.gatt | 56 …and 128 bit with different authoriztion/authentication/encryption requirements and read/write flags 62 // - neither read nor writable 85 // - read/write, incl. server characteristic configuration, characteristic format (uint8_t, exponen… 92 // - read/write/write without response 94 // - read/write without response 96 // - read/authenticated signed writes 103 …and 128 bit with different authoriztion/authentication/encryption requirements and read/write flags 109 // - neither read nor writable
|
/btstack/3rd-party/lc3-google/python/tools/ |
H A D | decoder.py | 50 header = struct.unpack('=HHHHHHHI', f_lc3.read(18)) 82 lc3_frame_size = struct.unpack('=H', f_lc3.read(2))[0] 83 pcm = dec.decode(f_lc3.read(lc3_frame_size), bitdepth=bitdepth)
|
/btstack/chipset/cc256x/ |
H A D | convert_bts_init_scripts.py | 47 low = f.read(1) 50 high = f.read(1) 143 header = fin.read(32) 152 action_data = bytearray(fin.read(action_size))
|
/btstack/port/mtk/docs/scripts/ |
H A D | process_scan.py | 85 (length, time_sec, time_usec, packet_type) = struct.unpack('>IIIB',f.read(13)) 88 packet = bytearray(f.read(length - 9))
|
/btstack/test/flash_tlv/ |
H A D | tlv_test.cpp | 61 hal_flash_bank_impl->read(&hal_flash_bank_context, bank, offsets[i], &buffer, 1); in TEST() 81 hal_flash_bank_impl->read(&hal_flash_bank_context, bank, offsets[i], &buffer, 1); in TEST() 101 hal_flash_bank_impl->read(&hal_flash_bank_context, 0, offset, &buffer, 1); in TEST() 104 hal_flash_bank_impl->read(&hal_flash_bank_context, 0, offset, &buffer, 1); in TEST()
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.gatt | 3 // Counter Characteristic, with read and notify
|
/btstack/example/ |
H A D | att_delayed_response.gatt | 9 // Some Characteristic, with read and write
|
H A D | sm_pairing_peripheral.gatt | 9 // Dummy Service, Characteristic, with read and notify + authentication
|
H A D | sm_pairing_central.gatt | 9 // Dummy Service, Characteristic, with read and notify + authentication
|
H A D | spp_and_gatt_counter.gatt | 9 // Counter Characteristic, with read, write, write_without_response and notify
|
H A D | gatt_counter.gatt | 12 // Counter Characteristic, with read, write and notify
|
/btstack/test/att_db/ |
H A D | att_db_util_test.gatt | 9 // Counter Characteristic, with read and notify
|
/btstack/platform/embedded/ |
H A D | hal_flash_bank.h | 75 void (*read)(void * context, int bank, uint32_t offset, uint8_t * buffer, uint32_t size); member
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | tftp_common.h | 77 int (*read)(void* handle, void* buf, int bytes); member
|
/btstack/chipset/em9301/ |
H A D | convert_emp.py | 57 firm = fin.read()
|
/btstack/chipset/atwilc3000/ |
H A D | convert_firmware_bin.py | 51 firm = fin.read()
|