Searched refs:BTA_ALL_APP_ID (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_cfg.c | 98 {BTA_ID_HH, BTA_ALL_APP_ID, BTA_HH_ROLE}, 99 {BTA_ID_AV, BTA_ALL_APP_ID, BTA_AV_ROLE} 113 {BTA_ID_AG, BTA_ALL_APP_ID, 0}, /* ag uses first spec table for app id 0 */ 115 {BTA_ID_CG, BTA_ALL_APP_ID, 1}, /* cg resue ct spec table */ 116 {BTA_ID_DG, BTA_ALL_APP_ID, 2}, /* dg spec table */ 117 {BTA_ID_AV, BTA_ALL_APP_ID, 4}, /* av spec table */ 118 {BTA_ID_FTC, BTA_ALL_APP_ID, 6}, /* ftc spec table */ 119 {BTA_ID_FTS, BTA_ALL_APP_ID, 7}, /* fts spec table */ 120 {BTA_ID_HD, BTA_ALL_APP_ID, 3}, /* hd spec table */ 121 {BTA_ID_HH, BTA_ALL_APP_ID, 5}, /* hh spec table */ [all …]
|
D | bta_dm_pm.c | 182 … && ((p_bta_dm_pm_cfg[i].app_id == BTA_ALL_APP_ID ) || (p_bta_dm_pm_cfg[i].app_id == app_id ))) in bta_dm_pm_cback() 352 && ((p_bta_dm_pm_cfg[j].app_id == BTA_ALL_APP_ID ) || in bta_dm_pm_set_mode() 589 && ((p_bta_dm_pm_cfg[j].app_id == BTA_ALL_APP_ID ) in bta_dm_pm_ssr() 640 … && ((p_bta_dm_pm_cfg[i].app_id == BTA_ALL_APP_ID ) || (p_bta_dm_pm_cfg[i].app_id == app_id ))) in bta_dm_ssr_cfg_cback()
|
D | bta_dm_int.h | 805 #define BTA_ALL_APP_ID 0xff macro
|
D | bta_dm_act.c | 3481 … if(((p_bta_dm_rm_cfg[j].app_id == app_id) || (p_bta_dm_rm_cfg[j].app_id == BTA_ALL_APP_ID)) in bta_dm_rm_cback()
|