/nrf52832-nimble/packages/NimBLE-latest/nimble/ |
H A D | syscfg.yml | 22 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 D | README.md | 38 - 模型层(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 D | sal_tls.h | 32 /* 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 D | ble_hs_conn_test.c | 71 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 D | ble_gap_test.c | 861 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 D | ble_sm_test.c | 173 /* Invalid role detected before other arguments. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/ |
H A D | pts-gap.txt | 73 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 D | syscfg.yml | 22 The role of the bletest code. Should be set to:
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/config/ |
H A D | config.h | 14 * Bluetooth role support
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_conn.h | 177 /* Current connection handle, state and role */ 357 /* Role */
|
/nrf52832-nimble/ |
H A D | rtconfig.h | 133 /* Bluetooth Role support */
|
H A D | .config | 249 # Bluetooth Role support
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 93 - Foundation Models (server role)
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 64 - Foundation Models (server role)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_hci_evt.c | 335 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 D | ble_gap.c | 382 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 D | ble_hs_dbg.c | 46 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 D | ble_gap.h | 218 /** 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 D | bleprph.c | 320 MSH_CMD_EXPORT_ALIAS(bleprph_entry, bleprph, "bluetooth peripheral role sample");
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/ |
H A D | bletest.c | 69 #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 D | blecent.c | 517 MSH_CMD_EXPORT_ALIAS(blecent_entry, blecent, "bluetooth centrol role sample");
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_conn_hci.c | 488 /* 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 D | ble_ll_conn.c | 1699 /* 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 D | ble_hs_return_codes.rst | 163 | 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 D | hci_common.h | 1112 uint8_t role; member
|