HomeSort by relevance Sort by last modified time
    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 653 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
654 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
773 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, remote_bda);
848 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
849 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
898 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bda);
900 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, bda);
bta_gattc_act.c 675 bta_sys_conn_open(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda);
732 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 430 milliseconds