mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
fix build
This commit is contained in:
parent
57c1ace85d
commit
2527d18c69
@ -148,11 +148,18 @@ void gap_advertisements_get_address(uint8_t * addr_type, bd_addr_t addr){
|
||||
memcpy(addr, dummy, 6);
|
||||
}
|
||||
|
||||
void hci_le_advertisements_set_params(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type,
|
||||
void hci_le_advertisements_set_params(uint16_t adv_int_min, uint16_t adv_int_max, uint8_t adv_type,
|
||||
uint8_t own_address_type, uint8_t direct_address_typ, bd_addr_t direct_address,
|
||||
uint8_t channel_map, uint8_t filter_policy) {
|
||||
}
|
||||
|
||||
uint16_t hci_get_manufacturer(void){
|
||||
return 0xffff;
|
||||
};
|
||||
|
||||
void hci_le_advertisements_set_own_address_type(uint8_t own_address){
|
||||
}
|
||||
|
||||
extern "C" 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…
x
Reference in New Issue
Block a user