mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 01:13:23 +00:00
hci: document preprocessor blocks in hci_run_general_gap_le
This commit is contained in:
parent
cef9471092
commit
a8016f96f5
@ -5290,8 +5290,8 @@ static bool hci_run_general_gap_le(void){
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif /* ENABLE_LE_PERIODIC_ADVERTISING */
|
#endif /* ENABLE_LE_PERIODIC_ADVERTISING */
|
||||||
#endif
|
#endif /* ENABLE_LE_EXTENDED_ADVERTISING */
|
||||||
#endif
|
#endif /* ENABLE_LE_CENTRAL */
|
||||||
|
|
||||||
#ifdef ENABLE_LE_PERIPHERAL
|
#ifdef ENABLE_LE_PERIPHERAL
|
||||||
if (advertising_stop){
|
if (advertising_stop){
|
||||||
@ -5326,7 +5326,7 @@ static bool hci_run_general_gap_le(void){
|
|||||||
}
|
}
|
||||||
#endif /* ENABLE_LE_PERIODIC_ADVERTISING */
|
#endif /* ENABLE_LE_PERIODIC_ADVERTISING */
|
||||||
#endif /* ENABLE_LE_EXTENDED_ADVERTISING */
|
#endif /* ENABLE_LE_EXTENDED_ADVERTISING */
|
||||||
#endif
|
#endif /* ENABLE_LE_PERIPHERAL */
|
||||||
|
|
||||||
// Phase 3: modify
|
// Phase 3: modify
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user