Searched refs:low_energy (Results 1 – 14 of 14) sorted by relevance
/external/pigweed/pw_bluetooth/ |
D | docs.rst | 25 low_energy::Central 27 .. doxygenclass:: pw::bluetooth::low_energy::Central 30 low_energy::Peripheral 32 .. doxygenclass:: pw::bluetooth::low_energy::Peripheral 35 low_energy::AdvertisedPeripheral 37 .. doxygenclass:: pw::bluetooth::low_energy::AdvertisedPeripheral 40 low_energy::Connection 42 .. doxygenclass:: pw::bluetooth::low_energy::Connection 45 low_energy::ConnectionOptions 47 .. doxygenstruct:: pw::bluetooth::low_energy::ConnectionOptions [all …]
|
D | CMakeLists.txt | 28 public/pw_bluetooth/low_energy/advertising_data.h 29 public/pw_bluetooth/low_energy/bond_data.h 30 public/pw_bluetooth/low_energy/central.h 31 public/pw_bluetooth/low_energy/connection.h 32 public/pw_bluetooth/low_energy/peripheral.h 33 public/pw_bluetooth/low_energy/security_mode.h
|
D | BUILD.bazel | 40 "public/pw_bluetooth/low_energy/advertising_data.h", 41 "public/pw_bluetooth/low_energy/bond_data.h", 42 "public/pw_bluetooth/low_energy/central.h", 43 "public/pw_bluetooth/low_energy/connection.h", 44 "public/pw_bluetooth/low_energy/peripheral.h", 45 "public/pw_bluetooth/low_energy/security_mode.h",
|
D | BUILD.gn | 53 "public/pw_bluetooth/low_energy/advertising_data.h", 54 "public/pw_bluetooth/low_energy/bond_data.h", 55 "public/pw_bluetooth/low_energy/central.h", 56 "public/pw_bluetooth/low_energy/connection.h", 57 "public/pw_bluetooth/low_energy/peripheral.h", 58 "public/pw_bluetooth/low_energy/security_mode.h",
|
/external/libldac/src/ |
D | sigana_ldac.c | 36 SCALAR low_energy, tmp; in calc_mdct_pseudo_spectrum_ldac() local 43 low_energy = tmp; in calc_mdct_pseudo_spectrum_ldac() 52 low_energy += tmp; in calc_mdct_pseudo_spectrum_ldac() 69 return low_energy; in calc_mdct_pseudo_spectrum_ldac() 134 SCALAR low_energy, centroid; in ana_frame_status_ldac() local 140 …low_energy = calc_mdct_pseudo_spectrum_ldac(p_ac->p_acsub->a_spec, a_psd_spec, LDAC_NSP_PSEUDOANA); in ana_frame_status_ldac() 147 if (low_energy < LDAC_TH_LOWENERGY_L) { in ana_frame_status_ldac() 151 if (low_energy < LDAC_TH_LOWENERGY_M) { in ana_frame_status_ldac() 154 else if (low_energy < LDAC_TH_LOWENERGY_H) { in ana_frame_status_ldac()
|
D | sigana_fixp_ldac.c | 195 INT64 low_energy; in calc_mdct_pseudo_spectrum_ldac() local 204 low_energy = acc1 >> LDAC_Q_ADD_LOWENERGY; /* Q26 <- (Q15 * Q15) >> 4 */ in calc_mdct_pseudo_spectrum_ldac() 217 low_energy += acc1 >> LDAC_Q_ADD_LOWENERGY; /* Q26 <- (Q15 * Q15) >> 4 */ in calc_mdct_pseudo_spectrum_ldac() 244 low_energy >>= LDAC_Q_LOWENERGY; /* Q15 <- Q26 >> 11 */ in calc_mdct_pseudo_spectrum_ldac() 245 if (low_energy > LDAC_MAX_32BIT) { in calc_mdct_pseudo_spectrum_ldac() 246 low_energy = LDAC_MAX_32BIT; in calc_mdct_pseudo_spectrum_ldac() 249 return (INT32)low_energy; in calc_mdct_pseudo_spectrum_ldac() 319 INT32 low_energy, centroid; in ana_frame_status_ldac() local 326 …low_energy = calc_mdct_pseudo_spectrum_ldac(p_ac->p_acsub->a_spec, a_psd_spec, LDAC_NSP_PSEUDOANA); in ana_frame_status_ldac() 333 if (low_energy < LDAC_TH_LOWENERGY_L) { in ana_frame_status_ldac() [all …]
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
D | host.h | 55 span<const low_energy::BondData> bonds; 120 virtual low_energy::Central* Central() = 0; 124 virtual low_energy::Peripheral* Peripheral() = 0; 148 virtual void SetSecurityMode(low_energy::SecurityMode security_mode) = 0; 182 Function<void(low_energy::BondData)>&& callback) = 0;
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
D | security_mode.h | 18 namespace pw::bluetooth::low_energy {
|
D | advertising_data.h | 21 namespace pw::bluetooth::low_energy {
|
D | bond_data.h | 24 namespace pw::bluetooth::low_energy {
|
D | peripheral.h | 27 namespace pw::bluetooth::low_energy {
|
D | connection.h | 20 namespace pw::bluetooth::low_energy {
|
D | central.h | 28 namespace pw::bluetooth::low_energy {
|
/external/pigweed/docs/ |
D | BUILD.gn | 120 "$dir_pw_bluetooth/public/pw_bluetooth/low_energy/central.h", 121 "$dir_pw_bluetooth/public/pw_bluetooth/low_energy/connection.h", 122 "$dir_pw_bluetooth/public/pw_bluetooth/low_energy/peripheral.h",
|