Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c42 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
60 .pL2CA_ConnectCfm_Cb = connect_completed_cb,
200 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code) in connect_completed_cb() function