Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.h45 uint16_t AvctSendSignleMsg(const AvctCbCh *cbCh, const AvctTxMsg txMsg);
46 uint16_t AvctSendFraMsg(const AvctCbCh *cbCh, const AvctTxMsg txMsg);
H A Davctp_int.h137 } AvctTxMsg; typedef
141 AvctTxMsg txMsg; /* Message to transfer */
H A Davctp_ctrl_act.c324 ret = AvctSendFraMsg((const AvctCbCh *)cbDev->cbCtrl, (const AvctTxMsg)data->txMsg); in AvctCbCtrlSendMsg()
327 ret = AvctSendSignleMsg((const AvctCbCh *)cbDev->cbCtrl, (const AvctTxMsg)data->txMsg); in AvctCbCtrlSendMsg()
408 uint16_t AvctSendSignleMsg(const AvctCbCh *cbCh, const AvctTxMsg txMsg) in AvctSendSignleMsg()
436 uint16_t AvctSendFraMsg(const AvctCbCh *cbCh, const AvctTxMsg txMsg) in AvctSendFraMsg()
H A Davctp_api.c304 AvctTxMsg txMsg = {0}; in AvctSendMsgReq()
505 AvctTxMsg txMsg = {0}; in AvctBrSendMsgReq()
H A Davctp_br_act.c288 AvctTxMsg txMsg = data->txMsg; in AvctCbBrSendMsg()