Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cap_client.h33 void (*read_ready)(l2cap_client_t *client, buffer_t *packet, void *context); member
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c88 assert(callbacks->read_ready != NULL); in l2cap_client_new()
379 client->callbacks.read_ready(client, buffer, client->context); in read_ready_cb()