| commit | 4a8a1577efbe3976d143c19415be57735697036d | [log] [tgz] |
|---|---|---|
| author | Lingao Meng <menglingao@xiaomi.com> | Fri Aug 13 14:10:45 2021 +0800 |
| committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Aug 20 06:28:12 2021 -0400 |
| tree | b673e5a73f578b6b0b254cd4ad6f144169210827 | |
| parent | 9ff6282089494e63372c25f530916b47d9278e5d [diff] |
Bluetooth: Mesh: Redefine callback registration There is a problem with the previous method, that is, we use the same label(bt_mesh_subnet_cb_subnet_evt) and put it in the same section, which is not friendly for debugging. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>