Home
last modified time | relevance | path

Searched refs:handle (Results 251 – 275 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/Zephyr-latest/boards/ezurio/bt610/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/ezurio/mg100/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/nrf52833dk/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/feather_m4_express/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/itsybitsy_m4_express/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/feather_nrf52840/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/others/serpente/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/feather_m0_basic_proto/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/nrf9160dk/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/96boards/nitrogen/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/aconno/acn52832/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/nordic/thingy52/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/adafruit/feather_m0_lora/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/u-blox/ubx_bmd300eval/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/u-blox/ubx_bmd330eval/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/
Dpre_dt_board.cmake4 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/boards/96boards/carbon/
Dpre_dt_board.cmake5 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c181 printk("Attribute handle %u\n", attr->handle); in discover_func()
186 discov_param.start_handle = attr->handle + 1; in discover_func()
196 discov_param.start_handle = attr->handle + 2; in discover_func()
198 subscribe_param.value_handle = attr->handle + 1; in discover_func()
209 subscribe_param.ccc_handle = attr->handle; in discover_func()
222 remote_handle = attr->handle; in discover_func()
/Zephyr-latest/snippets/xen_dom0/boards/
Drcar_salvator_xs.overlay17 * is not capable to parse and handle it in runtime.
35 * is not capable to parse and handle it in runtime.
Drcar_h3ulcb_r8a77951_a57.overlay17 * is not capable to parse and handle it in runtime.
35 * is not capable to parse and handle it in runtime.
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
DKconfig47 Priority of thread used by the driver to handle interrupts.
54 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
DKconfig48 Priority of thread used by the driver to handle interrupts.
55 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c358 auth->handle = sys_cpu_to_le16(conn->handle); in conn_auth()
838 static void link_encr(const uint16_t handle) in link_encr() argument
852 encr->handle = sys_cpu_to_le16(handle); in link_encr()
862 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_auth_complete() local
864 LOG_DBG("status 0x%02x, handle %u", evt->status, handle); in bt_hci_auth_complete()
866 conn = bt_conn_lookup_handle(handle, BT_CONN_TYPE_BR); in bt_hci_auth_complete()
868 LOG_ERR("Can't find conn for handle %u", handle); in bt_hci_auth_complete()
880 link_encr(handle); in bt_hci_auth_complete()

1...<<11121314151617181920>>...29