mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 09:02:30 +00:00
fix missing ancs_client_lib -> ancs_client
This commit is contained in:
parent
4fd8b166ac
commit
c953b8dd2f
@ -19,7 +19,7 @@
|
|||||||
<logicalFolder name="f3" displayName="btstack" projectFiles="true">
|
<logicalFolder name="f3" displayName="btstack" projectFiles="true">
|
||||||
<logicalFolder name="ble" displayName="ble" projectFiles="true">
|
<logicalFolder name="ble" displayName="ble" projectFiles="true">
|
||||||
<itemPath>../../../src/ble/ad_parser.h</itemPath>
|
<itemPath>../../../src/ble/ad_parser.h</itemPath>
|
||||||
<itemPath>../../../src/ble/ancs_client_lib.h</itemPath>
|
<itemPath>../../../src/ble/ancs_client.h</itemPath>
|
||||||
<itemPath>../../../src/ble/att.h</itemPath>
|
<itemPath>../../../src/ble/att.h</itemPath>
|
||||||
<itemPath>../../../src/ble/att_dispatch.h</itemPath>
|
<itemPath>../../../src/ble/att_dispatch.h</itemPath>
|
||||||
<itemPath>../../../src/ble/att_server.h</itemPath>
|
<itemPath>../../../src/ble/att_server.h</itemPath>
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_BLE
|
#ifdef HAVE_BLE
|
||||||
#include "ble/ad_parser.h"
|
#include "ble/ad_parser.h"
|
||||||
#include "ble/ancs_client_lib.h"
|
#include "ble/ancs_client.h"
|
||||||
#include "ble/att.h"
|
#include "ble/att.h"
|
||||||
#include "ble/att_db_util.h"
|
#include "ble/att_db_util.h"
|
||||||
#include "ble/att_dispatch.h"
|
#include "ble/att_dispatch.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user