8000 Update Adapter.h · domdfcoding/circuitpython@e291584 · GitHub
[go: up one dir, main page]

Skip to content

Commit e291584

Browse files
gabewillentannewt
authored andcommitted
Update Adapter.h
Added the tx_power to the adapter object
1 parent 6b39df4 commit e291584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/nrf/common-hal/_bleio/Adapter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ typedef struct {
4848
uint8_t *current_advertising_data;
4949
bleio_scanresults_obj_t *scan_results;
5050
mp_obj_t name;
51+
mp_int_t tx_power;
5152
mp_obj_tuple_t *connection_objs;
5253
ble_drv_evt_handler_entry_t handler_entry;
5354
} bleio_adapter_obj_t;

0 commit comments

Comments
 (0)
0