• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# The default Bluetooth Class of Device
2# Service Field: 0x26 -> 38
3#     - Bit 17: Networking
4#     - Bit 18: Rendering
5#     - Bit 21: Audio
6# Major Class: 0x04 -> 4 (Audio / Video)
7# Minor Class: 0x08 -> 8 (Car Audio)
8bluetooth.device.class_of_device=38,4,8
9bluetooth.device.default_name=gCar Emulator
10
11# The Bluetooth profiles that cars expect to have enabled. All other profiles
12# are disabled by default.
13bluetooth.profile.a2dp.sink.enabled=true
14bluetooth.profile.avrcp.controller.enabled=true
15bluetooth.profile.gatt.enabled=true
16bluetooth.profile.hfp.hf.enabled=true
17bluetooth.profile.map.client.enabled=true
18bluetooth.profile.pan.nap.enabled=true
19bluetooth.profile.pan.panu.enabled=true
20bluetooth.profile.pbap.client.enabled=true
21