Home
last modified time | relevance | path

Searched refs:RX_MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/
A Duart_profile.h11 #define RX_MAX_LEN 244 macro
/AliOS-Things-master/components/ble_host/ble_profiles/
A Duart_server.c126 e->len = e->len < RX_MAX_LEN ? e->len : RX_MAX_LEN; in event_char_write()
A Duart_client.c380 e->len = e->len < RX_MAX_LEN ? e->len : RX_MAX_LEN; in event_notify()

Completed in 5 milliseconds