Searched defs:attribute_handle (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/src/
H A Dbtif_gatt_server.cc415 int attribute_handle, int conn_id,
423 attribute_handle, std::move(value), confirm));
414 btif_gatts_send_indication(int server_if, int attribute_handle, int conn_id, int confirm, vector<uint8_t> value) argument
/system/bt/service/
H A Dgatt_server.cc98 .attribute_handle = incl_svc.handle()});
306 << " first handle: " << svc[0].attribute_handle
310 Service service(svc[0].attribute_handle, true, UUID(svc[0].uuid), {}, {});
315 << " handle: " << curr.attribute_handle;
317 service.characteristics().push_back({curr.attribute_handle,
324 {curr.attribute_handle, UUID(curr.uuid), curr.permissions});
342 const bt_bdaddr_t& bda, int attribute_handle, int offset, bool is_long) {
354 << " attribute_handle: " << attribute_handle << " offset: " << offset
357 conn->request_id_to_handle[trans_id] = attribute_handle;
340 RequestReadCharacteristicCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const bt_bdaddr_t& bda, int attribute_handle, int offset, bool is_long) argument
373 RequestReadDescriptorCallback( hal::BluetoothGattInterface* , int conn_id, int trans_id, const bt_bdaddr_t& bda, int attribute_handle, int offset, bool is_long) argument
[all...]
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc86 bt_status_t FakeSendIndication(int server_if, int attribute_handle, int conn_id, argument
89 return g_server_handler->SendIndication(server_if, attribute_handle,

Completed in 1852 milliseconds