Home
last modified time | relevance | path

Searched refs:AttBredrDisconnectCallback (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h328 } AttBredrDisconnectCallback; typedef
384 void (*attBREDRDisconnectCompleted)(uint16_t connectHandle, AttBredrDisconnectCallback *data, void *context);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp112 static void BREDRDisconnectCompleted(uint16_t connectHandle, AttBredrDisconnectCallback *data, void *context);
128 void BREDRDisconnectCompletedImpl(uint16_t connectHandle, AttBredrDisconnectCallback data);
632 void GattConnectionManager::impl::BREDRDisconnectCompletedImpl(uint16_t connectHandle, AttBredrDisconnectCallback data) in BREDRDisconnectCompletedImpl()
652 uint16_t connectHandle, AttBredrDisconnectCallback *data, void *context) in BREDRDisconnectCompleted()
830 if (((AttBredrDisconnectCallback *)msg.arg2_)->reason == INITIATIVECONNECT_DISCONNECT_SUCCESS || in DoDisconnectComplete()
831 ((AttBredrDisconnectCallback *)msg.arg2_)->reason == PASSIVECONNECT_DISCONNECT_SUCCESS || in DoDisconnectComplete()
832 ((AttBredrDisconnectCallback *)msg.arg2_)->reason == DISCONNECT_ABNORMAL) { in DoDisconnectComplete()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c256 AttBredrDisconnectCallback bredrDisConnObj; in DisconnectRespCallbackAsync()
1453 AttBredrDisconnectCallback BredrData; in L2cifBREDRDisconnectReqCallBackAsync()
2305 AttBredrDisconnectCallback bredrDisConnObj; in AttDisconnectAbnormalAsync()
2401 AttBredrDisconnectCallback bredrDisConnObj; in AttRecvDisconnectionRspAsync()

Completed in 8 milliseconds