Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c46 static void disconnect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
64 .pL2CA_DisconnectCfm_Cb = disconnect_completed_cb,
325 static void disconnect_completed_cb(uint16_t local_channel_id, UNUSED_ATTR uint16_t error_code) in disconnect_completed_cb() function