/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_pvcy_test.c | 296 /** No active GAP procedures. */ 328 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 355 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 379 /* Ensure no GAP procedures are allowed. */ in TEST_CASE() 393 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 432 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 468 /* Ensure no GAP procedures are allowed. */ in TEST_CASE() 482 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
|
H A D | ble_hs_stop_test.c | 78 /*** Ensure all GAP procedures fail. */ in TEST_CASE_TASK() 97 /*** Restart stack; ensure GAP procedures succeed. */ in TEST_CASE_TASK() 168 /* Ensure the GAP procedure cancellations were reported. */ in TEST_CASE_TASK()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/ |
H A D | pkg.yml | 20 pkg.name: nimble/host/services/gap 21 pkg.description: Implements the GAP Service. 28 - gap
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_stop.c | 81 /* Terminate procedure successfully initiated. Let the GAP event in ble_hs_stop_terminate_next_conn() 93 * one. All additional connections are terminated elsewhere in the GAP event 105 * GAP event callback. Listens for connection termination and then terminates 195 /* Abort all active GAP procedures. */ in ble_hs_stop()
|
H A D | ble_hs_pvcy.c | 159 /* No GAP procedures can be active when adding an entry to the resolving in ble_hs_pvcy_add_entry() 160 * list (Vol 2, Part E, 7.8.38). Stop all GAP procedures and temporarily in ble_hs_pvcy_add_entry() 165 /* Try to add the entry now that GAP is halted. */ in ble_hs_pvcy_add_entry() 168 /* Allow GAP procedures to be started again. */ in ble_hs_pvcy_add_entry()
|
H A D | ble_gap.c | 35 * GAP - Generic Access Profile. 39 * GAP procedures are initiated by the application via function calls. Such 50 * The GAP is always in one of two states: 54 * While GAP is in the free state, new procedures can be started at will. 55 * While GAP is in the preempted state, no new procedures are allowed. The 56 * host sets GAP to the preempted state when it needs to ensure no ongoing 58 * must take care to take GAP out of the preempted state as soon as possible. 76 /** GAP procedure op codes. */ 1168 * Tells you if there is an active central GAP procedure (connect or discover). 1668 * Handles timed-out GAP procedures. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/src/ |
H A D | bleuart.c | 40 #include "services/gap/ble_svc_gap.h" 117 * The nimble host executes this callback when a GAP event occurs. The 118 * application associates a GAP event callback with each connection that forms. 129 * particular GAP event being signalled.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_gap.rst | 1 NimBLE Host GAP Reference 7 The Generic Access Profile (GAP) is responsible for all connecting, advertising, scanning, and conn…
|
H A D | ble_hs.rst | 23 GAP <ble_gap>
|
H A D | ble_hs_id.rst | 37 The address type is selected on a per-GAP-procedure basis. Each time you initiate a GAP procedure, …
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 34 #include "services/gap/ble_svc_gap.h" 216 * Initiates the GAP general discovery procedure. 252 MODLOG_DFLT(ERROR, "Error initiating GAP discovery procedure; rc=%d\n", in blecent_scan() 329 * The nimble host executes this callback when a GAP event occurs. The 330 * application associates a GAP event callback with each connection that is 340 * particular GAP event being signalled. 357 /* An advertisment report was received during GAP discovery. */ in blecent_gap_event()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gap.h | 24 * @brief Bluetooth Host Generic Access Profile (GAP) 25 * @defgroup bt_host_gap Bluetooth Host Generic Access Profile (GAP) 128 /*** Reason codes for the subscribe GAP event. */ 329 * Represents a GAP-related event. When such an event occurs, the host 335 * Indicates the type of GAP event that occurred. This is one of the 341 * A discriminated union containing additional details concerning the GAP 756 * Configures a connection to use the specified GAP event callback. A 757 * connection's GAP event callback is first specified when the connection is 1142 * Initiates the GAP security procedure. 1160 * Initiates the GAP pairing procedure as a master. This is for testing only and [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/ |
H A D | pkg.yml | 20 pkg.description: Shell application exposing the nimble GAP and GATT. 33 - nimble/host/services/gap
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 31 #include "services/gap/ble_svc_gap.h" 140 * The nimble host executes this callback when a GAP event occurs. The 141 * application associates a GAP event callback with each connection that forms. 152 * particular GAP event being signalled.
|
/nrf52832-nimble/ |
H A D | README.md | 63 [I/nimble] GAP procedure initiated: stop advertising. 64 [I/nimble] GAP procedure initiated: advertise; disc_mode=2 adv_channel_map=0 own_addr_type=0 adv_fi…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/src/ |
H A D | ble_svc_lls.c | 121 * developer must call this function inside the gap event callback 130 * @param reason The reason attatched to the GAP disconnect
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | .rat-excludes | 11 pts-gap.txt
|
H A D | SConscript | 15 cwd + '/nimble/host/services/gap/include', 72 nimble/host/services/gap/src/ble_svc_gap.c
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/ |
H A D | Makefile.defs | 30 $(NIMBLE_ROOT)/nimble/host/services/gap/include \ 84 $(NIMBLE_ROOT)/nimble/host/services/gap/src/ble_svc_gap.c \
|
H A D | pkg.yml | 31 - nimble/host/services/gap
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/src/ |
H A D | ble_svc_gap.c | 25 #include "services/gap/ble_svc_gap.h" 50 /*** Service: GAP. */
|
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/ |
H A D | vector.S | 28 * Leave a gap in the stack frame at 4(sp) for the muldiv handler to
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/ |
H A D | syscfg.yml | 20 # Disable not used GAP roles (we only do non-connectable
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | pkg.yml | 32 - nimble/host/services/gap
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | pkg.yml | 32 - nimble/host/services/gap
|