Home
last modified time | relevance | path

Searched defs:indication (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bta_pan_co_rx.cc59 void bta_pan_co_mfilt_ind(uint16_t handle, bool indication, in bta_pan_co_mfilt_ind()
66 void bta_pan_co_pfilt_ind(uint16_t handle, bool indication, in bta_pan_co_pfilt_ind()
/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc516 void pan_proto_filt_ind_cb(uint16_t handle, bool indication, in pan_proto_filt_ind_cb()
550 void pan_mcast_filt_ind_cb(uint16_t handle, bool indication, in pan_mcast_filt_ind_cb()
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_act.cc217 static void bta_pan_pfilt_ind_cback(uint16_t handle, bool indication, in bta_pan_pfilt_ind_cback()
235 static void bta_pan_mfilt_ind_cback(uint16_t handle, bool indication, in bta_pan_mfilt_ind_cback()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java8398 private void verifyTransitionDisableEvent(String caps, int indication, boolean shouldUpdate) in verifyTransitionDisableEvent()
8452 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testUpdateSaeOnlyTransitionDisableIndicationFromPskSaeBss() local
8463 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testUpdateSaeOnlyTransitionDisableIndicationFromSaeBss() local
8474 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testDropSaeOnlyTransitionDisableIndicationFromPskBss() local
8485 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromPskSaeBss() local
8496 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromSaeBss() local
8507 int indication = WifiMonitor.TDI_USE_SAE_PK; in testDropSaePkTransitionDisableIndicationFromPskBss() local
8518 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testUpdateOweOnlyTransitionDisableIndicationFromOpenOweBss() local
8529 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testUpdateOweOnlyTransitionDisableIndicationFromOweBss() local
8540 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testDropOweOnlyTransitionDisableIndicationFromOpenBss() local
[all …]
DWifiMonitorTest.java741 final int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL in testBroadcastTransitionDisableEvent() local
DWifiConfigManagerTest.java7256 WifiConfiguration testNetwork, int indication) { in verifyTransitionDisableIndicationForSecurityType()
7266 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in verifyTransitionDisableIndicationForSecurityType() local
7316 int indication = WifiMonitor.TDI_USE_SAE_PK; in testSaeApValidationTransitionDisableIndication() local
7317 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in testSaeApValidationTransitionDisableIndication() local
7325 WifiConfiguration testNetwork, int indication) { in verifyNonApplicableTransitionDisableIndicationForSecurityType()
7334 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in verifyNonApplicableTransitionDisableIndicationForSecurityType() local
7393 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
7396 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc461 tGATT_VALUE indication; in GATTS_HandleValueIndication() local