Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1562 std::vector<int32_t> myEvents; in EnableNotification() local
1564 myEvents.push_back(static_cast<int32_t>(event)); in EnableNotification()
1568 return proxy->EnableNotification(rawAddr, myEvents, static_cast<int32_t>(interval)); in EnableNotification()
1583 std::vector<int32_t> myEvents; in DisableNotification() local
1585 myEvents.push_back(static_cast<int32_t>(event)); in DisableNotification()
1589 return proxy->DisableNotification(rawAddr, myEvents); in DisableNotification()
/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()

Completed in 6 milliseconds