cancel
Showing results for 
Search instead for 
Did you mean: 

undefined reference to hci_le_read_suggested_default_data_length

ann
Associate II

how to slove this undefined reference error:

uint16_t SuggestedMaxTxOctets = 0xFB;

 uint16_t SuggestedMaxTxTime = 0X148;

 hci_le_read_suggested_default_data_length(&SuggestedMaxTxOctets, &SuggestedMaxTxTime);

i am using bluenrg-2

1 REPLY 1

Figure out which source or library file the function is supposed to be in, and then ADD that file to the project.

Use find-in-files, check if code is selectively compiled in with a define.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..