Searched refs:gatt_iface (Results 1 - 8 of 8) sorted by relevance

/system/bt/service/hal/
H A Dbluetooth_gatt_interface.h55 BluetoothGattInterface* gatt_iface,
60 BluetoothGattInterface* gatt_iface,
65 BluetoothGattInterface* gatt_iface,
72 BluetoothGattInterface* gatt_iface,
79 BluetoothGattInterface* gatt_iface,
84 BluetoothGattInterface* gatt_iface,
88 BluetoothGattInterface* gatt_iface,
92 BluetoothGattInterface* gatt_iface,
96 BluetoothGattInterface* gatt_iface,
100 BluetoothGattInterface* gatt_iface,
[all...]
H A Dbluetooth_gatt_interface.cpp538 const btgatt_interface_t* gatt_iface = local
541 if (!gatt_iface) {
546 bt_status_t status = gatt_iface->init(&gatt_callbacks);
552 hal_iface_ = gatt_iface;
601 BluetoothGattInterface* /* gatt_iface */,
608 BluetoothGattInterface* /* gatt_iface */,
616 BluetoothGattInterface* /* gatt_iface */,
625 BluetoothGattInterface* /* gatt_iface */,
634 BluetoothGattInterface* /* gatt_iface */,
641 BluetoothGattInterface* /* gatt_iface */,
[all...]
/system/bt/service/
H A Dlow_energy_client.h151 hal::BluetoothGattInterface* gatt_iface,
155 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
158 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
161 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
164 hal::BluetoothGattInterface* gatt_iface,
167 hal::BluetoothGattInterface* gatt_iface,
170 hal::BluetoothGattInterface* gatt_iface,
175 hal::BluetoothGattInterface* gatt_iface,
182 void HandleDeferredAdvertiseData(hal::BluetoothGattInterface* gatt_iface);
262 hal::BluetoothGattInterface* gatt_iface,
[all...]
H A Dgatt_server.h258 hal::BluetoothGattInterface* gatt_iface,
263 hal::BluetoothGattInterface* gatt_iface,
268 hal::BluetoothGattInterface* gatt_iface,
274 hal::BluetoothGattInterface* gatt_iface,
280 hal::BluetoothGattInterface* gatt_iface,
284 hal::BluetoothGattInterface* gatt_iface,
288 hal::BluetoothGattInterface* gatt_iface,
294 hal::BluetoothGattInterface* gatt_iface,
300 hal::BluetoothGattInterface* gatt_iface,
304 hal::BluetoothGattInterface* gatt_iface,
[all...]
H A Dgatt_client.h73 hal::BluetoothGattInterface* gatt_iface,
H A Dlow_energy_client.cpp566 hal::BluetoothGattInterface* gatt_iface,
587 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
608 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
627 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status,
652 hal::BluetoothGattInterface* gatt_iface,
672 HandleDeferredAdvertiseData(gatt_iface);
676 hal::BluetoothGattInterface* gatt_iface,
695 HandleDeferredAdvertiseData(gatt_iface);
699 hal::BluetoothGattInterface* /* gatt_iface */,
722 hal::BluetoothGattInterface* gatt_iface,
565 ScanResultCallback( hal::BluetoothGattInterface* gatt_iface, const bt_bdaddr_t& bda, int rssi, uint8_t* adv_data) argument
586 ConnectCallback( hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int client_id, const bt_bdaddr_t& bda) argument
607 DisconnectCallback( hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int client_id, const bt_bdaddr_t& bda) argument
626 MtuChangedCallback( hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int mtu) argument
651 MultiAdvEnableCallback( hal::BluetoothGattInterface* gatt_iface, int client_id, int status) argument
675 MultiAdvDataCallback( hal::BluetoothGattInterface* gatt_iface, int client_id, int status) argument
721 SetAdvertiseData( hal::BluetoothGattInterface* gatt_iface, const AdvertiseData& data, bool set_scan_rsp) argument
776 HandleDeferredAdvertiseData( hal::BluetoothGattInterface* gatt_iface) argument
863 RegisterClientCallback( hal::BluetoothGattInterface* gatt_iface, int status, int client_id, const bt_uuid_t& app_uuid) argument
[all...]
H A Dgatt_server.cpp449 hal::BluetoothGattInterface* /* gatt_iface */,
498 hal::BluetoothGattInterface* gatt_iface,
529 HandleNextEntry(gatt_iface);
533 hal::BluetoothGattInterface* gatt_iface,
562 HandleNextEntry(gatt_iface);
566 hal::BluetoothGattInterface* gatt_iface,
595 HandleNextEntry(gatt_iface);
599 hal::BluetoothGattInterface* gatt_iface,
617 gatt_iface->GetServerHALInterface()->delete_service(
627 hal::BluetoothGattInterface* /* gatt_iface */,
497 ServiceAddedCallback( hal::BluetoothGattInterface* gatt_iface, int status, int server_id, const btgatt_srvc_id_t& srvc_id, int service_handle) argument
532 CharacteristicAddedCallback( hal::BluetoothGattInterface* gatt_iface, int status, int server_id, const bt_uuid_t& uuid, int service_handle, int char_handle) argument
565 DescriptorAddedCallback( hal::BluetoothGattInterface* gatt_iface, int status, int server_id, const bt_uuid_t& uuid, int service_handle, int desc_handle) argument
598 ServiceStartedCallback( hal::BluetoothGattInterface* gatt_iface, int status, int server_id, int service_handle) argument
843 HandleNextEntry(hal::BluetoothGattInterface* gatt_iface) argument
990 RegisterServerCallback( hal::BluetoothGattInterface* gatt_iface, int status, int server_id, const bt_uuid_t& app_uuid) argument
[all...]
/system/bt/service/client/
H A Dmain.cpp408 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); local
409 if (!gatt_iface.get()) {
414 bool status = gatt_iface->RegisterClient(new CLIGattClientCallback());
427 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); local
428 if (!gatt_iface.get()) {
433 gatt_iface->UnregisterClient(gatt_client_id.load());

Completed in 98 milliseconds