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 D | ble_gatt_read_test.c | 355 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 D | ble_gatt_conn_test.c | 456 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 D | ble_gatt.h | 325 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 D | btshell.c | 1410 rc = ble_gattc_read_long(conn_handle, attr_handle, offset, in btshell_read_long()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gattc.c | 3213 ble_gattc_read_long(uint16_t conn_handle, uint16_t handle, uint16_t offset, in ble_gattc_read_long() function
|