Home
last modified time | relevance | path

Searched refs:TMAP_ROLE_FLAG_BMS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java56 public static final int TMAP_ROLE_FLAG_BMS = 1 << 4; field in LeAudioTmapGattServer
DLeAudioService.java464 mTmapRoleMask |= LeAudioTmapGattServer.TMAP_ROLE_FLAG_BMS; in start()