Home
last modified time | relevance | path

Searched refs:AVCT_ConnectReq (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davctp.h169 * @brief Function AVCT_ConnectReq
185 BTSTACK_API uint16_t AVCT_ConnectReq(uint8_t *connId, const AvctConnectParam *connParam, const BtAddr *peerAddr);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_api.c133 * Function AVCT_ConnectReq
145 uint16_t AVCT_ConnectReq(uint8_t *connId, const AvctConnectParam *connParam, const BtAddr *peerAddr) in AVCT_ConnectReq() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp431 if (AVCT_ConnectReq(&connectId, &param, &btAddr) != AVCT_SUCCESS) { in Entry()
433 HILOGI("Call AVCT_ConnectReq Failed! Address: %{public}s", GetEncryptAddr(rawAddr_.GetAddress()).c_str()); in Entry()
H A Davrcp_ct_profile.cpp104 if (AVCT_ConnectReq(&connectId_, &param, &btAddr) != AVCT_SUCCESS) { in Enable()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp373 if (AVCT_ConnectReq(&connectId, &param, &btAddr) != AVCT_SUCCESS) { in Entry()
375 HILOGI("Call AVCT_ConnectReq Failed! Address: %{public}s", in Entry()
H A Davrcp_tg_profile.cpp93 if (AVCT_ConnectReq(&connectId_, &param, &btAddr) != AVCT_SUCCESS) { in Enable()

Completed in 12 milliseconds