Searched refs:AVCT_ConnectReq (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 185 BTSTACK_API uint16_t AVCT_ConnectReq(uint8_t *connId, const AvctConnectParam *connParam, const BtAd…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_api.c | 145 uint16_t AVCT_ConnectReq(uint8_t *connId, const AvctConnectParam *connParam, const BtAddr *peerAddr) in AVCT_ConnectReq() function
|
/ohos5.0/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()
|
H A D | avrcp_ct_profile.cpp | 104 if (AVCT_ConnectReq(&connectId_, ¶m, &btAddr) != AVCT_SUCCESS) { in Enable()
|
/ohos5.0/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()
|
H A D | avrcp_tg_profile.cpp | 93 if (AVCT_ConnectReq(&connectId_, ¶m, &btAddr) != AVCT_SUCCESS) { in Enable()
|