Home
last modified time | relevance | path

Searched defs:clientIf (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java350 private boolean isScanClient(int clientIf) { in isScanClient()
440 public void unregisterClient(int clientIf) { in unregisterClient()
516 public void clientConnect(int clientIf, String address, boolean isDirect, int transport, in clientConnect()
526 public void clientDisconnect(int clientIf, String address) { in clientDisconnect()
535 public void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, in clientSetPreferredPhy()
545 public void clientReadPhy(int clientIf, String address) { in clientReadPhy()
554 public void refreshDevice(int clientIf, String address) { in refreshDevice()
563 public void discoverServices(int clientIf, String address) { in discoverServices()
572 public void discoverServiceByUuid(int clientIf, String address, ParcelUuid uuid) { in discoverServiceByUuid()
581 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic()
[all …]
DScanManager.java1269 private native void gattSetScanParametersNative(int clientIf, int scanInterval, in gattSetScanParametersNative()
1279 private native void gattClientScanFilterParamClearAllNative(int clientIf); in gattClientScanFilterParamClearAllNative()
1281 private native void gattClientScanFilterParamDeleteNative(int clientIf, int filtIndex); in gattClientScanFilterParamDeleteNative()
1283 private native void gattClientScanFilterClearNative(int clientIf, int filterIndex); in gattClientScanFilterClearNative()
1285 private native void gattClientScanFilterEnableNative(int clientIf, boolean enable); in gattClientScanFilterEnableNative()
1288 private native void gattClientConfigBatchScanStorageNative(int clientIf, in gattClientConfigBatchScanStorageNative()
1292 private native void gattClientStartBatchScanNative(int clientIf, int scanMode, in gattClientStartBatchScanNative()
1295 private native void gattClientStopBatchScanNative(int clientIf); in gattClientStopBatchScanNative()
1297 private native void gattClientReadScanReportsNative(int clientIf, int scanType); in gattClientReadScanReportsNative()
DFilterParams.java34 public FilterParams(int clientIf, int filtIndex, int featSeln, int listLogicType, in FilterParams()
DAdvtFilterOnFoundOnLostInfo.java42 public AdvtFilterOnFoundOnLostInfo(int clientIf, int advPktLen, byte[] advPkt, int scanRspLen, in AdvtFilterOnFoundOnLostInfo()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp201 void btgattc_register_app_cb(int status, int clientIf, const Uuid& app_uuid) { in btgattc_register_app_cb()
230 void btgattc_open_cb(int conn_id, int status, int clientIf, in btgattc_open_cb()
241 void btgattc_close_cb(int conn_id, int status, int clientIf, in btgattc_close_cb()
953 jint clientIf) { in gattClientUnregisterAppNative()
998 jint clientIf, jstring address, in gattClientDisconnectNative()
1005 jint clientIf, jstring address, in gattClientSetPreferredPhyNative()
1013 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, in readClientPhyCb()
1025 static void gattClientReadPhyNative(JNIEnv* env, jobject object, jint clientIf, in gattClientReadPhyNative()
1033 static void gattClientRefreshNative(JNIEnv* env, jobject object, jint clientIf, in gattClientRefreshNative()
1143 JNIEnv* env, jobject object, jint clientIf, jstring address, jint handle, in gattClientRegisterForNotificationsNative()