Home
last modified time | relevance | path

Searched refs:data_alloc (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c289 static u8_t *data_alloc(struct net_buf *buf, size_t *size, k_timeout_t timeout) in data_alloc() function
408 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug()
709 clone->__buf = data_alloc(clone, &size, timeout); in net_buf_clone()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c1587 entry->data_alloc = len; in mp_bluetooth_gatts_db_create_entry()
1619 if (value_len > entry->data_alloc) { in mp_bluetooth_gatts_db_write()
1623 entry->data_alloc = value_len; in mp_bluetooth_gatts_db_write()
1641 uint8_t *data = m_renew_maybe(uint8_t, entry->data, entry->data_alloc, len, true); in mp_bluetooth_gatts_db_resize()
1644 entry->data_alloc = len; in mp_bluetooth_gatts_db_resize()
A Dmodbluetooth.h488 size_t data_alloc; member
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c968 entry->data_len = MIN(entry->data_alloc, buffer_size + append_offset); in att_write_callback()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c878 entry->data_len = MIN(entry->data_alloc, OS_MBUF_PKTLEN(ctxt->om) + offset); in characteristic_access_cb()

Completed in 17 milliseconds