Home
last modified time | relevance | path

Searched refs:BLE_ATT_READ_REQ_SZ (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_read_test.c173 uint8_t buf[BLE_ATT_READ_REQ_SZ]; in ble_gatts_read_test_once()
213 uint8_t buf[max(BLE_ATT_READ_REQ_SZ, BLE_ATT_READ_BLOB_REQ_SZ)]; in TEST_CASE()
H A Dble_gatt_find_s_test.c199 TEST_ASSERT(om->om_len == BLE_ATT_READ_REQ_SZ); in ble_gatt_find_s_test_misc_verify_tx_read()
H A Dble_gatts_notify_test.c105 uint8_t buf[BLE_ATT_READ_REQ_SZ]; in ble_gatts_notify_test_misc_read_notify()
H A Dble_hs_test_util.c867 uint8_t buf[BLE_ATT_READ_REQ_SZ]; in ble_hs_test_util_rx_att_read_req()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_att_cmd.c368 BLE_ATT_READ_REQ_SZ, len); in ble_att_read_req_parse()
380 BLE_ATT_READ_REQ_SZ, len); in ble_att_read_req_write()
H A Dble_att_cmd_priv.h175 #define BLE_ATT_READ_REQ_SZ 3 macro