Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_sco.c82 static void disconnect_completed_cb(uint16_t sco_handle);
157 …o_parameters.packet_types, &sco_socket->sco_handle, connect_completed_cb, disconnect_completed_cb); in sco_socket_establish_locked()
296 static void disconnect_completed_cb(uint16_t sco_handle) { in disconnect_completed_cb() function
/system/bt/stack/l2cap/
Dl2cap_client.c50 static void disconnect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
68 .pL2CA_DisconnectCfm_Cb = disconnect_completed_cb,
308 static void disconnect_completed_cb(uint16_t local_channel_id, UNUSED_ATTR uint16_t error_code) { in disconnect_completed_cb() function