Home
last modified time | relevance | path

Searched refs:Bluetooth (Results 1 – 25 of 86) sorted by relevance

1234

/system/bt/doc/
Ddirectory_layout.md13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
14 * btcore - *Bluetooth Core* - Bluetooth data type definitions and operations on those data types.
15 * btif - *Bluetooth Interface* - JNI interface to Android.
18 * embdrv - **Deprecated** - Bluetooth SBC Codec.
19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
23 * profiles - *Bluetooth Profiles* - **TBD** Collection of all profiles.
28 * utils - **Deprecated** *Bluetooth utilities* - Eliminate.
Dproperties.md3 This document describes all of the Android properties used by the Bluetooth
9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
Dbtsnoop_net.md3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables
6 This feature is enabled by enabling "Enable Bluetooth HCI snoop log" in the
Dpts_guide.md1 # Fluoride Bluetooth Profile Tuning Suite (PTS) Test Mode
9 Profile services in packages/apps/Bluetooth uses system property
Dlog_tags.md3 This document lists all of the log tags used by the Bluetooth stack.
/system/bt/service/doc/
DIBluetooth.txt18 * Binder IPC API for talking with the Bluetooth service and perform high-level
23 * Returns true if the Bluetooth adapter is powered and ready to use. This
29 * Returns the current Bluetooth adapter state. The return value can be one of
40 * Turns on the Bluetooth radio. This function initiates the procedure to
51 * Turns off the Bluetooth radio. This function initiates the procedure to
62 * Returns the identity Bluetooth Device Address (BD_ADDR) assigned to the
63 * underlying Bluetooth controller. Returns a string of the form
71 * Sets the name assigned to the Bluetooth adapter. This is the name that will
78 * Returns the current name assigned to the Bluetooth adapter. This is the
87 * from the adapter. The Bluetooth daemon will automatically register this if
/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs50 pub struct Bluetooth { struct
59 impl Bluetooth { argument
61 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> Bluetooth { in new() argument
62 Bluetooth { in new()
120 impl BtifBluetoothCallbacks for Bluetooth { implementation
160 impl IBluetooth for Bluetooth { implementation
Dlib.rs22 use crate::bluetooth::{Bluetooth, BtifBluetoothCallbacks};
73 pub async fn dispatch(mut rx: Receiver<Message>, bluetooth: Arc<Mutex<Bluetooth>>) { in dispatch() argument
/system/bt/gd/rust/link/src/acl/
Dfragment.rs3 use bt_common::Bluetooth;
94 bt: Bluetooth, in fragmenting_stream() argument
107 Bluetooth::Classic if i == 0 => FirstAutomaticallyFlushable, in fragmenting_stream()
108 Bluetooth::Le if i == 0 => FirstNonAutomaticallyFlushable, in fragmenting_stream()
Dcore.rs4 use bt_common::Bluetooth::{self, Classic, Le};
41 bt: Bluetooth,
55 pub async fn register(&mut self, handle: u16, bt: Bluetooth) -> Connection { in register()
64 Register { handle: u16, bt: Bluetooth, fut: oneshot::Sender<Connection> },
/system/bt/conf/
DAndroid.bp1 // Bluetooth bt_stack.conf config file
18 // Bluetooth bt_did.conf config file
/system/sepolicy/prebuilts/api/30.0/private/
Dbluetooth.te36 # allow Bluetooth to access uhid device for HID profile
66 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
72 # Bluetooth A2DP offload requires binding with audio HAL
84 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/sepolicy/prebuilts/api/29.0/private/
Dbluetooth.te36 # allow Bluetooth to access uhid device for HID profile
63 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
69 # Bluetooth A2DP offload requires binding with audio HAL
81 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/sepolicy/prebuilts/api/28.0/private/
Dbluetooth.te35 # allow Bluetooth to access uhid device for HID profile
60 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
66 # Bluetooth A2DP offload requires binding with audio HAL
78 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/sepolicy/private/
Dbluetooth.te36 # allow Bluetooth to access uhid device for HID profile
67 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
73 # Bluetooth A2DP offload requires binding with audio HAL
85 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/sepolicy/prebuilts/api/31.0/private/
Dbluetooth.te36 # allow Bluetooth to access uhid device for HID profile
67 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
73 # Bluetooth A2DP offload requires binding with audio HAL
85 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/bt/device/
DAndroid.bp1 // Bluetooth device static library for target
36 // Bluetooth device unit tests for target
/system/bt/test/suite/
DAndroid.bp1 // Bluetooth test suite for target
39 // Bluetooth test suite for target
/system/sepolicy/prebuilts/api/26.0/private/
Dbluetooth.te36 # allow Bluetooth to access uhid device for HID profile
60 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
75 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/sepolicy/prebuilts/api/27.0/private/
Dbluetooth.te35 # allow Bluetooth to access uhid device for HID profile
59 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
74 # Bluetooth requires net_{admin,raw,bind_service} and wake_alarm and block_suspend and sys_nice.
/system/bt/audio_hal_interface/
DAndroid.bp1 // Bluetooth Audio library for target
58 // Bluetooth Audio client interface library unit tests for target and host
/system/bt/gd/hci/facade/
Dle_advertising_manager_facade.proto37 // Unit: number of Bluetooth slots in 0.125 ms increment
39 // Unit: number of Bluetooth slots in 0.125 ms increment
/system/bt/gd/rust/linux/service/src/
Dmain.rs16 use btstack::bluetooth::Bluetooth;
36 let bluetooth = Arc::new(Mutex::new(Bluetooth::new(tx.clone(), intf.clone()))); in main()
/system/bt/gd/dumpsys/
Dbluetooth_flatbuffer_test.fbs1 // Bluetooth module test schema
/system/bt/gd/rust/common/src/
Dlib.rs47 pub enum Bluetooth { enum

1234