OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_NON_CONNECTABLE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gap_api.h
96
#define GAP_NON_CONNECTABLE
BTM_NON_CONNECTABLE
[
all
...]
btm_api.h
164
#define
BTM_NON_CONNECTABLE
0
166
#define BTM_CONNECTABLE_MASK (
BTM_NON_CONNECTABLE
| BTM_CONNECTABLE)
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
638
if (page_mode !=
BTM_NON_CONNECTABLE
&& page_mode != BTM_CONNECTABLE)
706
** Returns
BTM_NON_CONNECTABLE
or BTM_CONNECTABLE
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
193
#define BTA_DM_NON_CONN
BTM_NON_CONNECTABLE
/* Device is not connectable. */
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
462
BTM_SetConnectability(
BTM_NON_CONNECTABLE
, 0, 0);
[
all
...]
Completed in 39 milliseconds