mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
mesh: fix mesh_foundation_gatt_proxy_get
This commit is contained in:
parent
f090cf2a09
commit
6e89bc0721
@ -59,7 +59,7 @@ void mesh_foundation_gatt_proxy_set(uint8_t value){
|
||||
printf("MESH: GATT PROXY %x\n", mesh_foundation_gatt_proxy);
|
||||
}
|
||||
uint8_t mesh_foundation_gatt_proxy_get(void){
|
||||
#ifdef ENABLE_MESH_GATT_PROXY
|
||||
#ifdef ENABLE_MESH_PROXY_SERVER
|
||||
return mesh_foundation_gatt_proxy;
|
||||
#else
|
||||
return MESH_FOUNDATION_STATE_NOT_SUPPORTED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user