Searched refs:ble_att_clt_tx_prep_write (Results 1 – 4 of 4) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_att_clt_test.c | 201 rc = ble_att_clt_tx_prep_write(conn_handle, handle, offset, om); in ble_att_clt_test_misc_prep_good() 251 rc = ble_att_clt_tx_prep_write(conn_handle, handle, offset, om); in ble_att_clt_test_misc_prep_bad()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_att_priv.h | 290 int ble_att_clt_tx_prep_write(uint16_t conn_handle, uint16_t handle,
|
H A D | ble_att_clt.c | 801 ble_att_clt_tx_prep_write(uint16_t conn_handle, uint16_t handle, in ble_att_clt_tx_prep_write() function
|
H A D | ble_gattc.c | 3653 rc = ble_att_clt_tx_prep_write(proc->conn_handle, in ble_gattc_write_long_tx() 3949 rc = ble_att_clt_tx_prep_write(proc->conn_handle, attr->handle, in ble_gattc_write_reliable_tx()
|