Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h90 uint8_t *om_data; member
143 (void *)((uint8_t *)&(__om)->om_data + sizeof(struct os_mbuf)))
162 (__type) ((__om)->om_data)
230 (om->om_data + om->om_len); in _os_mbuf_trailingspace()
/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()
139 memcpy(fw_buf + offset , &temp->om_data[0], temp->om_len); in write_value()
149 btc_blufi_recv_handler(&ctxt->om->om_data[0], ctxt->om->om_len); in write_value()
152 rc = ble_hs_mbuf_to_flat(ctxt->om, value->buf->om_data, 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/transport/driver/common/
Dhci_driver_util.c142 *tx_data = (void *)&om->om_data[out_off]; in hci_driver_util_tx_list_dequeue()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1634 bt_hex(ctxt->om->om_data, ctxt->om->om_len)); in proxy_char_access_cb()
1638 ctxt->om->om_data, in proxy_char_access_cb()