Searched defs:indication (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_bta_pan_co_rx.cc | 60 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/ |
D | pan_main.cc | 501 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/ |
D | bta_pan_act.cc | 224 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/ |
D | indication_handler.rs | 175 let indication = rx.await.unwrap(); in test_indication_sent() localVariable
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ClientModeImplTest.java | 8566 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 …]
|
D | WifiMonitorTest.java | 741 final int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL in testBroadcastTransitionDisableEvent() local
|
D | WifiConfigManagerTest.java | 7231 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/ |
D | gatt_api.cc | 479 tGATT_VALUE indication; in GATTS_HandleValueIndication() local
|