mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
test/security_manager: fix build
This commit is contained in:
parent
c91e6e4f88
commit
1bb5fe666b
@ -176,6 +176,9 @@ uint16_t hci_get_manufacturer(void){
|
||||
void hci_le_set_own_address_type(uint8_t own_address){
|
||||
}
|
||||
|
||||
void hci_le_random_address_set(const bd_addr_t addr){
|
||||
}
|
||||
|
||||
void l2cap_request_can_send_fix_channel_now_event(hci_con_handle_t con_handle, uint16_t cid){
|
||||
if (packet_buffer_len) return;
|
||||
uint8_t event[] = { L2CAP_EVENT_CAN_SEND_NOW, 2, 0, 0};
|
||||
|
Loading…
Reference in New Issue
Block a user