Searched refs:handle_type (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ll_tx_pwr.c | 46 uint8_t ll_tx_pwr_lvl_get(uint8_t handle_type, in ll_tx_pwr_lvl_get() argument 49 switch (handle_type) { in ll_tx_pwr_lvl_get() 130 uint8_t ll_tx_pwr_lvl_set(uint8_t handle_type, uint16_t handle, in ll_tx_pwr_lvl_set() argument 147 switch (handle_type) { in ll_tx_pwr_lvl_set()
|
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/ |
D | main.c | 82 static void set_tx_power(uint8_t handle_type, uint16_t handle, int8_t tx_pwr_lvl) in set_tx_power() argument 98 cp->handle_type = handle_type; in set_tx_power() 114 static void get_tx_power(uint8_t handle_type, uint16_t handle, int8_t *tx_pwr_lvl) in get_tx_power() argument 131 cp->handle_type = handle_type; in get_tx_power()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_vs.h | 166 uint8_t handle_type; member 173 uint8_t handle_type; member 180 uint8_t handle_type; member 186 uint8_t handle_type; member
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 261 uint8_t ll_tx_pwr_lvl_get(uint8_t handle_type, 264 uint8_t ll_tx_pwr_lvl_set(uint8_t handle_type, uint16_t handle,
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 5138 uint8_t handle_type; local 5142 handle_type = cmd->handle_type; 5148 status = ll_tx_pwr_lvl_set(handle_type, handle, &rp->selected_tx_power); 5151 rp->handle_type = handle_type; 5159 uint8_t handle_type; local 5163 handle_type = cmd->handle_type; 5168 status = ll_tx_pwr_lvl_get(handle_type, handle, 0, &rp->tx_power_level); 5171 rp->handle_type = handle_type;
|