Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bta_pan_co_rx.cc60 void bta_pan_co_mfilt_ind(uint16_t handle, bool indication, tBTA_PAN_STATUS result, uint16_t len, in bta_pan_co_mfilt_ind()
65 void bta_pan_co_pfilt_ind(uint16_t handle, bool indication, tBTA_PAN_STATUS result, uint16_t len, in bta_pan_co_pfilt_ind()
/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc501 void pan_proto_filt_ind_cb(uint16_t handle, bool indication, tBNEP_RESULT result, in pan_proto_filt_ind_cb()
532 void pan_mcast_filt_ind_cb(uint16_t handle, bool indication, tBNEP_RESULT result, in pan_mcast_filt_ind_cb()
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_act.cc224 static void bta_pan_pfilt_ind_cback(uint16_t handle, bool indication, tPAN_RESULT result, in bta_pan_pfilt_ind_cback()
240 static void bta_pan_mfilt_ind_cback(uint16_t handle, bool indication, tPAN_RESULT result, in bta_pan_mfilt_ind_cback()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs175 let indication = rx.await.unwrap(); in test_indication_sent() localVariable
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java8566 private void verifyTransitionDisableEvent(String caps, int indication, boolean shouldUpdate) in verifyTransitionDisableEvent()
8620 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testUpdateSaeOnlyTransitionDisableIndicationFromPskSaeBss() local
8631 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testUpdateSaeOnlyTransitionDisableIndicationFromSaeBss() local
8642 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testDropSaeOnlyTransitionDisableIndicationFromPskBss() local
8653 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromPskSaeBss() local
8664 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromSaeBss() local
8675 int indication = WifiMonitor.TDI_USE_SAE_PK; in testDropSaePkTransitionDisableIndicationFromPskBss() local
8686 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testUpdateOweOnlyTransitionDisableIndicationFromOpenOweBss() local
8697 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testUpdateOweOnlyTransitionDisableIndicationFromOweBss() local
8708 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.java7231 WifiConfiguration testNetwork, int indication) { in verifyTransitionDisableIndicationForSecurityType()
7241 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in verifyTransitionDisableIndicationForSecurityType() local
7291 int indication = WifiMonitor.TDI_USE_SAE_PK; in testSaeApValidationTransitionDisableIndication() local
7292 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in testSaeApValidationTransitionDisableIndication() local
7300 WifiConfiguration testNetwork, int indication) { in verifyNonApplicableTransitionDisableIndicationForSecurityType()
7309 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in verifyNonApplicableTransitionDisableIndicationForSecurityType() local
7368 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
7371 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc479 tGATT_VALUE indication; in GATTS_HandleValueIndication() local