HomeSort by relevance Sort by last modified time
    Searched refs:BTA_ALL_APP_ID (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_cfg.c 99 {BTA_ID_HH, BTA_ALL_APP_ID, BTA_HH_ROLE},
100 {BTA_ID_AV, BTA_ALL_APP_ID, BTA_AV_ROLE}
114 {BTA_ID_AG, BTA_ALL_APP_ID, 0}, /* ag uses first spec table for app id 0 */
116 {BTA_ID_CG, BTA_ALL_APP_ID, 1}, /* cg resue ct spec table */
117 {BTA_ID_DG, BTA_ALL_APP_ID, 2}, /* dg spec table */
118 {BTA_ID_AV, BTA_ALL_APP_ID, 4}, /* av spec table */
119 {BTA_ID_FTC, BTA_ALL_APP_ID, 6}, /* ftc spec table */
120 {BTA_ID_FTS, BTA_ALL_APP_ID, 7}, /* fts spec table */
121 {BTA_ID_HD, BTA_ALL_APP_ID, 3}, /* hd spec table */
122 {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_int.h 864 #define BTA_ALL_APP_ID 0xff
bta_dm_act.c     [all...]

Completed in 38 milliseconds