Home
last modified time | relevance | path

Searched refs:myEvents (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1219 std::vector<uint8_t> myEvents; in EnableNotification() local
1222 myEvents.push_back(static_cast<uint8_t>(event)); in EnableNotification()
1227 myEvents, static_cast<uint32_t>(interval)); in EnableNotification()
1241 std::vector<uint8_t> myEvents; in DisableNotification() local
1244 myEvents.push_back(static_cast<uint8_t>(event)); in DisableNotification()
1248 result = pimpl->service_->DisableNotification(BluetoothRawAddress(device), myEvents); in DisableNotification()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1565 std::vector<int32_t> myEvents; in EnableNotification() local
1567 myEvents.push_back(static_cast<int32_t>(event)); in EnableNotification()
1571 return proxy->EnableNotification(rawAddr, myEvents, static_cast<int32_t>(interval)); in EnableNotification()
1586 std::vector<int32_t> myEvents; in DisableNotification() local
1588 myEvents.push_back(static_cast<int32_t>(event)); in DisableNotification()
1592 return proxy->DisableNotification(rawAddr, myEvents); in DisableNotification()