mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
ble_mesh: stack: Remove node set device name return status check
This commit is contained in:
@ -1092,7 +1092,7 @@ int bt_mesh_gatts_service_start(struct bt_mesh_gatt_service *svc)
|
|||||||
|
|
||||||
int bt_mesh_gatts_set_local_device_name(const char *name)
|
int bt_mesh_gatts_set_local_device_name(const char *name)
|
||||||
{
|
{
|
||||||
BLE_MESH_BTM_CHECK_STATUS(BTM_SetLocalDeviceName((char *)name));
|
BTM_SetLocalDeviceName((char *)name);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user