Searched refs:connectable (Results 1 - 5 of 5) sorted by path

/system/bt/service/client/
H A Dmain.cc593 bool connectable = false; local
605 connectable = true;
632 "\t-c\tSend connectable adv. packets (default is non-connectable)\n"
687 bluetooth::AdvertiseSettings::TX_POWER_LEVEL_MEDIUM, connectable);
/system/bt/service/common/bluetooth/
H A Dadvertise_settings.cc23 bool connectable)
27 connectable_(connectable) {}
21 AdvertiseSettings(Mode mode, base::TimeDelta timeout, TxPowerLevel tx_power_level, bool connectable) argument
H A Dadvertise_settings.h65 TxPowerLevel tx_power_level, bool connectable);
70 // connectable: true
83 // Returns whether the advertisement will indicate connectable.
84 bool connectable() const { return connectable_; } function in class:bluetooth::AdvertiseSettings
/system/bt/service/
H A Dlow_energy_advertiser.cc97 if (settings.connectable())
/system/bt/stack/btm/
H A Dbtm_int_types.h604 bool connectable; /* If true page scan should be enabled */ member in struct:__anon975

Completed in 190 milliseconds