Home
last modified time | relevance | path

Searched full:role (Results 1 – 25 of 28) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/
H A Dsyscfg.yml22 description: 'Enables the Central bluetooth role. (0/1)'
25 description: 'Enables the Peripheral bluetooth role. (0/1)'
28 description: 'Enables the Broadcaster bluetooth role. (0/1)'
31 description: 'Enables the Observer bluetooth role. (0/1)'
/nrf52832-nimble/packages/NimBLE-latest/
H A DREADME.md38 - 模型层(Foundation Models (server role))
126 Bluetooth Role support --->
142 **Bluetooth Role support** : 配置 BLE角色支持(Central/Peripheral/Broadcaster/Observer) ;
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal_tls.h32 /* Socket option to set role for DTLS connection. */
52 …int (*set_dtls_role)(void *sock, const void *dtls_role, size_t size); /* Set role for DTLS…
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_conn_test.c71 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_MASTER; in TEST_CASE()
128 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_SLAVE; in TEST_CASE()
193 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_SLAVE; in TEST_CASE()
H A Dble_gap_test.c861 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_MASTER; in TEST_CASE()
1011 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_MASTER; in TEST_CASE()
1154 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_MASTER; in TEST_CASE()
1343 TEST_ASSERT(desc.role == BLE_GAP_ROLE_MASTER); in TEST_CASE()
1367 TEST_ASSERT(desc.role == BLE_GAP_ROLE_SLAVE); in TEST_CASE()
1388 TEST_ASSERT(desc.role == BLE_GAP_ROLE_MASTER); in TEST_CASE()
1413 TEST_ASSERT(desc.role == BLE_GAP_ROLE_SLAVE); in TEST_CASE()
1514 evt.role = BLE_HCI_LE_CONN_COMPLETE_ROLE_SLAVE; in ble_gap_test_util_adv()
H A Dble_sm_test.c173 /* Invalid role detected before other arguments. */ in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gap.txt73 TC_IDLE_NAMP_BV_01_C PASS <answer NO to role question>
80 TC_IDLE_NAMP_BV_02_C PASS <answer NO to role question>
137 TC_CONN_TERM_BV_01_C PASS <answer NO to role question>
356 TC_GAT_BV_01_C PASS <answer NO to role question>
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/
H A Dsyscfg.yml22 The role of the bletest code. Should be set to:
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/config/
H A Dconfig.h14 * Bluetooth role support
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_conn.h177 /* Current connection handle, state and role */
357 /* Role */
/nrf52832-nimble/
H A Drtconfig.h133 /* Bluetooth Role support */
H A D.config249 # Bluetooth Role support
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dindex.rst93 - Foundation Models (server role)
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst64 - Foundation Models (server role)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci_evt.c335 evt.role = data[4]; in ble_hs_hci_evt_le_conn_complete()
362 evt.role == BLE_HCI_LE_CONN_COMPLETE_ROLE_SLAVE) { in ble_hs_hci_evt_le_conn_complete()
H A Dble_gap.c382 desc->role = BLE_GAP_ROLE_MASTER; in ble_gap_fill_conn_desc()
384 desc->role = BLE_GAP_ROLE_SLAVE; in ble_gap_fill_conn_desc()
1354 /* in that case *only* status field is valid so we determine role in ble_gap_rx_conn_complete()
1360 /* slave role (HD directed advertising) in ble_gap_rx_conn_complete()
1371 /* master role */ in ble_gap_rx_conn_complete()
1399 switch (evt->role) { in ble_gap_rx_conn_complete()
1427 if (evt->role == BLE_HCI_LE_CONN_COMPLETE_ROLE_MASTER) { in ble_gap_rx_conn_complete()
H A Dble_hs_dbg.c46 BLE_HS_LOG(DEBUG, "LE connection complete. handle=%u role=%u " in ble_hs_dbg_le_event_disp()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h218 /** Connection Role
221 uint8_t role; member
1144 * Depending on connection role and stored security information this function
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dbleprph.c320 MSH_CMD_EXPORT_ALIAS(bleprph_entry, bleprph, "bluetooth peripheral role sample");
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest.c69 #error "No role defined! Must define a valid role in syscfg.yml in apps/bletest"
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c517 MSH_CMD_EXPORT_ALIAS(blecent_entry, blecent, "bluetooth centrol role sample");
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_conn_hci.c488 /* Initialize state machine in master role and start state machine */ in ble_ll_conn_create()
727 /* Initialize state machine in master role and start state machine */ in ble_ll_ext_conn_create()
H A Dble_ll_conn.c1699 /* Set master role */ in ble_ll_conn_master_common_init()
1729 * a connection state machine in the master role.
4181 * us. This will start a connection in the slave role assuming that we dont
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_hs_return_codes.rst163 | 0x12 | BLE\_HS\_EROLE | Operation requires different role (e.g., central vs. per…
297 | 0x0221 | 0x21 | BLE\_ERR\_NO\_ROLE\_CHANGE | Role Change Not Allowed …
327 | 0x0232 | 0x32 | BLE\_ERR\_PENDING\_ROLE\_SW | Role Switch Pending …
331 | 0x0235 | 0x35 | BLE\_ERR\_ROLE\_SW\_FAIL | Role Switch Failed …
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h1112 uint8_t role; member

12