Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 4 of 4) sorted by relevance

/btstack/test/att_db/
H A Datt_db_test.cpp802 const uint8_t blob[] = {0x44, 0x55}; in TEST() local
808 const uint8_t blob[] = {}; in TEST() local
814 const uint8_t blob[] = {}; in TEST() local
820 const uint8_t blob[] = {0x55}; in TEST() local
826 const uint8_t blob[] = {0x55}; in TEST() local
832 const uint8_t blob[] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA}; in TEST() local
838 const uint8_t blob[] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA}; in TEST() local
844 const uint8_t blob[] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA}; in TEST() local
/btstack/test/flash_tlv/
H A Dtlv_test.cpp260 uint8_t blob[HAL_FLASH_BANK_MEMORY_BANK_SIZE - 8 - TAG_OVERHEAD]; in TEST() local
276 uint8_t blob[HAL_FLASH_BANK_MEMORY_BANK_SIZE - 8 - TAG_OVERHEAD - 1]; in TEST() local
292 uint8_t blob[((HAL_FLASH_BANK_MEMORY_BANK_SIZE - 8) / 2) - TAG_OVERHEAD]; in TEST() local
/btstack/src/ble/
H A Datt_db.c1676 uint16_t att_read_callback_handle_blob(const uint8_t * blob, uint16_t blob_size, uint16_t offset, u… in att_read_callback_handle_blob()
H A Dgatt_client.c1234 …c_value_blob(gatt_client_t * gatt_client, uint16_t attribute_handle, uint8_t * blob, uint16_t blob… in report_gatt_long_characteristic_value_blob()
1250 …c_descriptor(gatt_client_t * gatt_client, uint16_t descriptor_handle, uint8_t *blob, uint16_t blob… in report_gatt_long_characteristic_descriptor()