Searched refs:om_len (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 132 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/ |
D | os_mbuf.h | 102 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/ |
D | hci_driver_util.c | 141 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/ |
D | mesh_bearer_adapt.c | 1633 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()
|