Searched defs:characteristic_id (Results 1 - 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattServer.cpp309 const bluetooth::GattIdentifier& characteristic_id,
317 WriteGattIdentifierToParcel(characteristic_id, &data);
306 SendNotification( int server_if, const std::string& device_address, const bluetooth::GattIdentifier& characteristic_id, bool confirm, const std::vector<uint8_t>& value) argument
H A DIBluetoothGattServerCallback.cpp181 const bluetooth::GattIdentifier& characteristic_id) {
190 WriteGattIdentifierToParcel(characteristic_id, &data);
222 const bluetooth::GattIdentifier& characteristic_id) {
233 WriteGattIdentifierToParcel(characteristic_id, &data);
178 OnCharacteristicReadRequest( const std::string& device_address, int request_id, int offset, bool is_long, const bluetooth::GattIdentifier& characteristic_id) argument
218 OnCharacteristicWriteRequest( const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, const bluetooth::GattIdentifier& characteristic_id) argument
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cpp342 const bluetooth::GattIdentifier& characteristic_id) {
347 CHECK(characteristic_id == body_sensor_loc_id_);
394 const bluetooth::GattIdentifier& characteristic_id) {
410 CHECK(characteristic_id == hr_control_point_id_);
339 OnCharacteristicReadRequest( const std::string& device_address, int request_id, int offset, bool , const bluetooth::GattIdentifier& characteristic_id) argument
390 OnCharacteristicWriteRequest( const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, const bluetooth::GattIdentifier& characteristic_id) argument
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cpp192 const bluetooth::GattIdentifier& characteristic_id,
225 if (!gatt_server->SendNotification(device_address, characteristic_id,
238 const bluetooth::GattIdentifier& characteristic_id) {
249 device_address, request_id, offset, is_long, characteristic_id);
306 const bluetooth::GattIdentifier& characteristic_id) {
318 value, characteristic_id);
189 SendNotification( int server_id, const std::string& device_address, const bluetooth::GattIdentifier& characteristic_id, bool confirm, const std::vector<uint8_t>& value) argument
234 OnCharacteristicReadRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_long, const bluetooth::GattIdentifier& characteristic_id) argument
301 OnCharacteristicWriteRequest( bluetooth::GattServer* gatt_server, const std::string& device_address, int request_id, int offset, bool is_prepare_write, bool need_response, const std::vector<uint8_t>& value, const bluetooth::GattIdentifier& characteristic_id) argument
/system/bt/service/
H A Dgatt_server.cpp371 const GattIdentifier& characteristic_id,
394 // Make sure that |characteristic_id| matches a valid attribute handle.
395 auto handle_iter = id_to_handle_map_.find(characteristic_id);
369 SendNotification( const std::string& device_address, const GattIdentifier& characteristic_id, bool confirm, const std::vector<uint8_t>& value, const GattCallback& callback) argument

Completed in 428 milliseconds