Searched refs:AVCT_ConnectReq (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 169 * @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 D | avctp_api.c | 133 * 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 D | avrcp_ct_state_machine.cpp | 431 if (AVCT_ConnectReq(&connectId, ¶m, &btAddr) != AVCT_SUCCESS) { in Entry() 433 HILOGI("Call AVCT_ConnectReq Failed! Address: %{public}s", GetEncryptAddr(rawAddr_.GetAddress()).c_str()); in Entry()
|
H A D | avrcp_ct_profile.cpp | 104 if (AVCT_ConnectReq(&connectId_, ¶m, &btAddr) != AVCT_SUCCESS) { in Enable()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_state_machine.cpp | 373 if (AVCT_ConnectReq(&connectId, ¶m, &btAddr) != AVCT_SUCCESS) { in Entry() 375 HILOGI("Call AVCT_ConnectReq Failed! Address: %{public}s", in Entry()
|
H A D | avrcp_tg_profile.cpp | 93 if (AVCT_ConnectReq(&connectId_, ¶m, &btAddr) != AVCT_SUCCESS) { in Enable()
|
Completed in 12 milliseconds