Lines Matching refs:bdAddr
309 * @param[in] bdAddr Peer device address
316 uint16_t handle, const BtAddr *bdAddr, uint8_t event, const AvdtCtrlData *data, uint8_t role);
405 * @param[in] bdAddr Peer device address
411 BTSTACK_API uint16_t AVDT_CreateStream(const BtAddr *bdAddr, uint16_t *handle, uint16_t codeIndex);
440 * @param[in] bdAddr Peer device address
446 BTSTACK_API uint16_t AVDT_DiscoverReq(const BtAddr *bdAddr, uint8_t maxSeps, uint8_t *transLabel);
453 * @param[in] bdAddr Peer device address
462 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepInfo *sepInfo, uint8_t numSeps);
472 * @param[in] bdAddr Peer device address
478 BTSTACK_API uint16_t AVDT_GetCapReq(const BtAddr *bdAddr, uint8_t acpSeid, uint8_t *transLabel);
485 * @param[in] bdAddr Peer device address
492 BTSTACK_API uint16_t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
502 * @param[in] bdAddr Peer device address
508 BTSTACK_API uint16_t AVDT_GetAllCapReq(const BtAddr *bdAddr, uint8_t acpSeid, uint8_t *transLabel);
515 * @param[in] bdAddr Peer device address
523 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
530 * @param[in] bdAddr Peer device address
748 * @param[in] bdAddr Peer device address
753 BTSTACK_API uint16_t AVDT_ConnectRsp(const BtAddr *bdAddr, uint8_t errCode);
761 * @param[in] bdAddr Peer device address
766 BTSTACK_API uint16_t AVDT_ConnectReq(const BtAddr *bdAddr, uint8_t role);
774 * @param[in] bdAddr Peer device address
778 BTSTACK_API uint16_t AVDT_DisconnectReq(const BtAddr *bdAddr);
785 * @param[in] bdAddr Peer device address
790 BTSTACK_API uint16_t AVDT_DisconnectRsp(const BtAddr *bdAddr, uint8_t errCode);
808 * @param[in] bdAddr Peer device address
816 uint16_t handle, const BtAddr *bdAddr, uint8_t cmd, uint8_t transLabel, AvdtRejErrInfo errInfo);