Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_conn.h24 extern AvctCbConn *AvctGetCbConnByPid(const AvctCbDev *cbDev, uint16_t pid);
H A Davctp_conn.c112 AvctCbConn *AvctGetCbConnByPid(const AvctCbDev *cbDev, uint16_t pid) in AvctGetCbConnByPid() function
H A Davctp_ctrl_act.c193 (AvctGetCbConnByPid(cbDev, cbConn->connParam.pid) == NULL)) { in AvctCbCtrlChConnInd()
361 AvctCbConn *cbConn = AvctGetCbConnByPid(cbDev, pid); in AvctCbCtrlRevMsg()
H A Davctp_br_act.c337 AvctCbConn *cbConn = AvctGetCbConnByPid(cbDev, pid); in AvctCbBrRevMsg()
H A Davctp_api.c582 if (AvctGetCbConnByPid(cbDev, connParam->pid)) { in AvctConnectInitiate()