OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_ALL_APP_ID
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/bta/dm/
bta_dm_cfg.c
104
{BTA_ID_HH,
BTA_ALL_APP_ID
, BTA_HH_ROLE},
105
{BTA_ID_AV,
BTA_ALL_APP_ID
, BTA_AV_ROLE}
122
{BTA_ID_AG,
BTA_ALL_APP_ID
, 0}, /* ag uses first spec table for app id 0 */
124
{BTA_ID_CG,
BTA_ALL_APP_ID
, 1}, /* cg resue ct spec table */
125
{BTA_ID_DG,
BTA_ALL_APP_ID
, 2}, /* dg spec table */
126
{BTA_ID_AV,
BTA_ALL_APP_ID
, 4}, /* av spec table */
127
{BTA_ID_FTC,
BTA_ALL_APP_ID
, 6}, /* ftc spec table */
128
{BTA_ID_FTS,
BTA_ALL_APP_ID
, 7}, /* fts spec table */
129
{BTA_ID_HD,
BTA_ALL_APP_ID
, 3}, /* hd spec table */
130
{BTA_ID_HH,
BTA_ALL_APP_ID
, 5}, /* hh spec table *
[
all
...]
bta_dm_pm.c
187
&& ((p_bta_dm_pm_cfg[i].app_id ==
BTA_ALL_APP_ID
) || (p_bta_dm_pm_cfg[i].app_id == app_id )))
361
&& ((p_bta_dm_pm_cfg[j].app_id ==
BTA_ALL_APP_ID
) ||
597
&& ((p_bta_dm_pm_cfg[j].app_id ==
BTA_ALL_APP_ID
)
bta_dm_act.c
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c
654
bta_sys_busy(BTA_ID_GATTS,
BTA_ALL_APP_ID
, remote_bda);
655
bta_sys_idle(BTA_ID_GATTS,
BTA_ALL_APP_ID
, remote_bda);
774
bta_sys_conn_close( BTA_ID_GATTS ,
BTA_ALL_APP_ID
, remote_bda);
849
bta_sys_busy(BTA_ID_GATTS,
BTA_ALL_APP_ID
, cb_data.req_data.remote_bda);
850
bta_sys_idle(BTA_ID_GATTS,
BTA_ALL_APP_ID
, cb_data.req_data.remote_bda);
899
bta_sys_conn_open(BTA_ID_GATTS,
BTA_ALL_APP_ID
, bda);
901
bta_sys_conn_close( BTA_ID_GATTS ,
BTA_ALL_APP_ID
, bda);
bta_gattc_act.c
706
bta_sys_conn_open(BTA_ID_GATTC,
BTA_ALL_APP_ID
, p_clcb->bda);
763
bta_sys_conn_close( BTA_ID_GATTC ,
BTA_ALL_APP_ID
, p_clcb->bda);
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
180
#define
BTA_ALL_APP_ID
0xFF
[
all
...]
Completed in 50 milliseconds