Home
last modified time | relevance | path

Searched refs:write_long (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_gattc.c196 } write_long; member
453 STATS_NAME(ble_gattc_stats, write_long) in STATS_NAME()
589 proc->write_long.attr.handle, in ble_gattc_log_write_long()
590 OS_MBUF_PKTLEN(proc->write_long.attr.om)); in ble_gattc_log_write_long()
672 os_mbuf_free_chain(proc->write_long.attr.om); in ble_gattc_proc_free()
3269 if (proc->write_long.cb == NULL) { in ble_gattc_write_long_cb()
3272 rc = proc->write_long.cb(proc->conn_handle, in ble_gattc_write_long_cb()
3274 &proc->write_long.attr, in ble_gattc_write_long_cb()
3275 proc->write_long.cb_arg); in ble_gattc_write_long_cb()
3308 OS_MBUF_PKTLEN(proc->write_long.attr.om) - in ble_gattc_write_long_tx()
[all …]
Dble_gatt_priv.h63 STATS_SECT_ENTRY(write_long)