Home
last modified time | relevance | path

Searched full:gap (Results 1 – 25 of 67) sorted by relevance

123

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_pvcy_test.c296 /** 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 Dble_hs_stop_test.c78 /*** 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 Dpkg.yml20 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 Dble_hs_stop.c81 /* 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 Dble_hs_pvcy.c159 /* 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 Dble_gap.c35 * 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 Dbleuart.c40 #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 Dble_gap.rst1 NimBLE Host GAP Reference
7 The Generic Access Profile (GAP) is responsible for all connecting, advertising, scanning, and conn…
H A Dble_hs.rst23 GAP <ble_gap>
H A Dble_hs_id.rst37 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 Dblecent.c34 #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 Dble_gap.h24 * @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 Dpkg.yml20 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 Dbleprph.c31 #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 DREADME.md63 [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 Dble_svc_lls.c121 * 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-excludes11 pts-gap.txt
H A DSConscript15 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 DMakefile.defs30 $(NIMBLE_ROOT)/nimble/host/services/gap/include \
84 $(NIMBLE_ROOT)/nimble/host/services/gap/src/ble_svc_gap.c \
H A Dpkg.yml31 - nimble/host/services/gap
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/src/
H A Dble_svc_gap.c25 #include "services/gap/ble_svc_gap.h"
50 /*** Service: GAP. */
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/
H A Dvector.S28 * 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 Dsyscfg.yml20 # Disable not used GAP roles (we only do non-connectable
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A Dpkg.yml32 - nimble/host/services/gap
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A Dpkg.yml32 - nimble/host/services/gap

123