bluez5: keep track of remote endpoints

This commit is contained in:
Pauli Virtanen 2021-01-24 20:38:13 +02:00 committed by Wim Taymans
parent 748e205453
commit ce335b6d88
2 changed files with 218 additions and 0 deletions

View file

@ -347,6 +347,7 @@ struct spa_bt_device {
uint32_t profiles;
uint32_t connected_profiles;
struct spa_source timer;
struct spa_list remote_endpoint_list;
struct spa_list transport_list;
bool added;
};