Home
last modified time | relevance | path

Searched refs:ble_gattc_read_long (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_read_test.c355 rc = ble_gattc_read_long(2, attr->handle, offset, in ble_gatt_read_test_misc_long_verify_good()
400 rc = ble_gattc_read_long(2, attr->handle, offset, in ble_gatt_read_test_misc_long_verify_bad()
839 rc = ble_gattc_read_long(2, attr.handle, offset, ble_gatt_read_test_long_cb, in TEST_CASE()
H A Dble_gatt_conn_test.c456 rc = ble_gattc_read_long(2, BLE_GATT_BREAK_TEST_READ_ATTR_HANDLE, offset, in TEST_CASE()
692 rc = ble_gattc_read_long(1, BLE_GATT_BREAK_TEST_READ_ATTR_HANDLE, offset, in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h325 int ble_gattc_read_long(uint16_t conn_handle, uint16_t handle, uint16_t offset,
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dbtshell.c1410 rc = ble_gattc_read_long(conn_handle, attr_handle, offset, in btshell_read_long()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gattc.c3213 ble_gattc_read_long(uint16_t conn_handle, uint16_t handle, uint16_t offset, in ble_gattc_read_long() function