Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 94ea14917ff99cffb2fb23b6a3867fc4b16b1b8d https://github.com/bluez/bluez/commit/94ea14917ff99cffb2fb23b6a3867fc4b16b1b8d Author: Nitin Jadhav <nitin.jadhav@xxxxxxx> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M lib/uuid.h Log Message: ----------- lib/uuid.h: Add UUID(s) Add MICS characteristic uuid(s) Commit: 5c788b73b8a5819ca2e7c6b5374807f6af1c5576 https://github.com/bluez/bluez/commit/5c788b73b8a5819ca2e7c6b5374807f6af1c5576 Author: Nitin Jadhav <nitin.jadhav@xxxxxxx> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M Makefile.am A src/shared/micp.c A src/shared/micp.h Log Message: ----------- src/shared/micp.c: To implement MICP profile MICS service - Implementation of functions related profile and service for MICS and MICP - Specifications referred for implementation: MICS - MICS_v1.0.pdf MICP - MICP_v1.0.pdf Commit: 2e47711d4d81d2a86751dc0403895b1d1554182c https://github.com/bluez/bluez/commit/2e47711d4d81d2a86751dc0403895b1d1554182c Author: Nitin Jadhav <nitin.jadhav@xxxxxxx> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M Makefile.plugins M configure.ac A profiles/audio/micp.c Log Message: ----------- micp: Add MICP plugin MICP profile level interface function have been implemented This adds initial code for MICP plugin. Compare: https://github.com/bluez/bluez/compare/d06b912df5ab...2e47711d4d81