Lines Matching refs:connId
99 * @param[in] connId Connection channel Id
106 uint8_t connId, uint8_t event, uint16_t result, const BtAddr *peerAddr, void *context);
110 * @param[in] connId Connection channel Id
117 typedef void (*AvctMsgCallback)(uint8_t connId, uint8_t label, uint8_t cr, uint8_t ch_type, Packet *pkt, void *context);
180 * @param[out] connId The point of the connection session handle.
185 BTSTACK_API uint16_t AVCT_ConnectReq(uint8_t *connId, const AvctConnectParam *connParam, const BtAddr *peerAddr);
196 * @param[in] connId The id of the connection session to be disconnected.
201 BTSTACK_API uint16_t AVCT_DisconnectReq(uint8_t connId);
212 * @param[in] connId The id of the connection session which the message is send to.
220 BTSTACK_API uint16_t AVCT_SendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg);
228 * @param[in] connId The id of the connection session.
233 BTSTACK_API uint16_t AVCT_GetPeerMtu(uint8_t connId);
241 * @param[in] connId The control connection session id.
247 BTSTACK_API uint16_t AVCT_BrConnectReq(uint8_t connId, uint8_t role);
255 * @param[in] connId The connection session id.
260 BTSTACK_API uint16_t AVCT_BrDisconnectReq(uint8_t connId);
271 * @param[in] connId The id of the connection session which the message is send to.
279 BTSTACK_API uint16_t AVCT_BrSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg);
287 * @param[in] connId The id of the connection session.
292 BTSTACK_API uint16_t AVCT_BrGetPeerMtu(uint8_t connId);