Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2722 SendDisconnectionCompleteEvent(handle, ErrorCode(reason)); in IncomingDisconnectPacket()
4086 SendDisconnectionCompleteEvent(handle, ErrorCode(reason)); in IncomingScoDisconnect()
5497 void LinkLayerController::SendDisconnectionCompleteEvent(uint16_t handle, in SendDisconnectionCompleteEvent() function in rootcanal::LinkLayerController
5519 SendDisconnectionCompleteEvent(handle, controller_reason); in Disconnect()
5541 SendDisconnectionCompleteEvent(sco_handle, controller_reason); in Disconnect()
5556 SendDisconnectionCompleteEvent(handle, controller_reason); in Disconnect()
Dlink_layer_controller.h151 void SendDisconnectionCompleteEvent(uint16_t handle, ErrorCode reason);