Home
last modified time | relevance | path

Searched refs:om_len (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c132 memcpy(fw_buf, &ctxt->om->om_data[0], ctxt->om->om_len); in write_value()
135 uint32_t offset = ctxt->om->om_len; in write_value()
139 memcpy(fw_buf + offset , &temp->om_data[0], temp->om_len); in write_value()
140 offset += temp->om_len; in write_value()
149 btc_blufi_recv_handler(&ctxt->om->om_data[0], ctxt->om->om_len); in write_value()
153 value->buf->om_len, &len); in write_value()
158 assert(value->buf->om_len < MAX_VAL_SIZE); in write_value()
187 rc = os_mbuf_append(ctxt->om, value->buf->om_data, value->buf->om_len); in read_value()
/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h102 uint16_t om_len; member
230 (om->om_data + om->om_len); in _os_mbuf_trailingspace()
/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_util.c141 tx_len = min(max_tx_len, om->om_len - out_off); in hci_driver_util_tx_list_dequeue()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1633 ctxt->om->om_len, in proxy_char_access_cb()
1634 bt_hex(ctxt->om->om_data, ctxt->om->om_len)); in proxy_char_access_cb()
1639 ctxt->om->om_len, in proxy_char_access_cb()