Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cap_client.h35 } l2cap_client_callbacks_t; typedef
48 l2cap_client_t *l2cap_client_new(const l2cap_client_callbacks_t *callbacks, void *context);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c31 l2cap_client_callbacks_t callbacks;
83 l2cap_client_t *l2cap_client_new(const l2cap_client_callbacks_t *callbacks, void *context) in l2cap_client_new()