test/gatt_client: add ancs_client to coverage

This commit is contained in:
Matthias Ringwald 2019-09-23 11:07:26 +02:00
parent f97394917c
commit 7b4ad03738
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ VPATH += ${BTSTACK_ROOT}/platform/posix
COMMON = \
ad_parser.c \
ancs_client.c \
att_db.c \
att_dispatch.c \
btstack_linked_list.c \

View File

@ -136,6 +136,8 @@ void sm_cmac_signed_write_start(const sm_key_t key, uint8_t opcode, uint16_t att
int sm_le_device_index(uint16_t handle ){
return -1;
}
void sm_send_security_request(hci_con_handle_t con_handle){
}
irk_lookup_state_t sm_identity_resolving_state(hci_con_handle_t con_handle){
return IRK_LOOKUP_SUCCEEDED;