Searched refs:data_alloc (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 289 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 D | modbluetooth.c | 1587 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 D | modbluetooth.h | 488 size_t data_alloc; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 968 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 D | modbluetooth_nimble.c | 878 entry->data_len = MIN(entry->data_alloc, OS_MBUF_PKTLEN(ctxt->om) + offset); in characteristic_access_cb()
|
Completed in 17 milliseconds