Update Adapter.h

Added the tx_power to the adapter object
This commit is contained in:
gabewillen 2020-09-30 15:22:32 -05:00 committed by Scott Shawcroft
parent 6b39df406a
commit e29158483e
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -48,6 +48,7 @@ typedef struct {
uint8_t *current_advertising_data;
bleio_scanresults_obj_t *scan_results;
mp_obj_t name;
mp_int_t tx_power;
mp_obj_tuple_t *connection_objs;
ble_drv_evt_handler_entry_t handler_entry;
} bleio_adapter_obj_t;