Searched refs:g_interface (Results 1 – 1 of 1) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cpp | 42 BluetoothGattInterface* g_interface = nullptr; variable 67 if (!g_interface) { \ 80 RegisterClientCallback(g_interface, status, client_if, *app_uuid)); in RegisterClientCallback() 92 ScanResultCallback(g_interface, *bda, rssi, adv_data)); in ScanResultCallback() 106 ConnectCallback(g_interface, conn_id, status, client_if, *bda)); in ConnectCallback() 120 DisconnectCallback(g_interface, conn_id, status, client_if, *bda)); in DisconnectCallback() 130 SearchCompleteCallback(g_interface, conn_id, status)); in SearchCompleteCallback() 142 RegisterForNotificationCallback(g_interface, conn_id, status, registered, handle)); in RegisterForNotificationCallback() 156 NotifyCallback(g_interface, conn_id, p_data)); in NotifyCallback() 167 WriteCharacteristicCallback(g_interface, conn_id, status, handle)); in WriteCharacteristicCallback() [all …]
|