Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtmap.c110 memcpy(&uuid[conn_id], BT_UUID_GATT_TMAPR, sizeof(uuid[conn_id])); in discover_func()
120 } else if (!bt_uuid_cmp(discover_params[conn_id].uuid, BT_UUID_GATT_TMAPR)) { in discover_func()
155 BT_GATT_CHARACTERISTIC(BT_UUID_GATT_TMAPR, \
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4001 #define BT_UUID_GATT_TMAPR \ macro