kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/ble_mesh_node_set_name_status_check' into 'master'
ble_mesh: stack: Remove node set device name return status check See merge request espressif/esp-idf!12071pull/6491/head
commit
1f91e321f1
|
@ -1091,7 +1091,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;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue