New more streamlined custom ble adv api

Thanks for the idea @xMasterX !
This commit is contained in:
Willy-JL
2023-09-07 00:32:02 +02:00
parent b138ee1eac
commit 2125f1fca4
6 changed files with 120 additions and 57 deletions

View File

@@ -83,8 +83,6 @@ void gap_thread_stop();
uint32_t gap_get_remote_conn_rssi(int8_t* rssi);
void gap_set_custom_adv_data(size_t adv_len, const uint8_t* adv_data);
#ifdef __cplusplus
}
#endif