Home
last modified time | relevance | path

Searched refs:MICROPY_PY_BLUETOOTH_RINGBUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h38 #ifndef MICROPY_PY_BLUETOOTH_RINGBUF_SIZE
39 #define MICROPY_PY_BLUETOOTH_RINGBUF_SIZE (128) macro
A Dmodbluetooth.c269 …data_data_alloc = MICROPY_PY_BLUETOOTH_MAX_EVENT_DATA_BYTES_LEN(MICROPY_PY_BLUETOOTH_RINGBUF_SIZE); in bluetooth_ble_make_new()
274 ringbuf_alloc(&o->ringbuf, MICROPY_PY_BLUETOOTH_RINGBUF_SIZE); in bluetooth_ble_make_new()

Completed in 8 milliseconds