mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
test/gatt_client: add ancs_client to coverage
This commit is contained in:
parent
f97394917c
commit
7b4ad03738
@ -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 \
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user