Searched refs:AVDT_CONNECT_CFM_EVT (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 142 #define AVDT_CONNECT_CFM_EVT 18 // Connected confirm macro 759 * AVDT_CONNECT_CFM_EVT is sent to the application via its control callback function. AVDTP.ICS #Table 3-1,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 313 event = AVDT_CONNECT_CFM_EVT; in AvdtConnectConfirmError() 458 event = AVDT_CONNECT_CFM_EVT; in AvdtConfigComplete()
|
H A D | avdtp_api.c | 1886 * When the connection is completed, an AVDT_CONNECT_CFM_EVT 1945 AvdtCtrlEvtCallback(sigCtrl, sigCtrl->handle, bdAddr, AVDT_CONNECT_CFM_EVT, &confirmData, role); in AvdtConnectReq()
|
H A D | avdtp_impl.c | 1883 sigCtrl, sigCtrl->handle, &(sigCtrl->peerAddress), AVDT_CONNECT_CFM_EVT, &confirmData, sigCtrl->role); in AvdtSecurityCheck()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.cpp | 960 case AVDT_CONNECT_CFM_EVT: in ParseAvdtpCallbackContent()
|
Completed in 11 milliseconds