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

  /system/bt/bta/gatt/
bta_gatts_api.c 58 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE)
67 bta_sys_deregister(BTA_ID_GATTS);
89 if (bta_sys_is_register(BTA_ID_GATTS) == FALSE)
90 bta_sys_register(BTA_ID_GATTS, &bta_gatts_reg);
bta_gatts_act.c 645 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
646 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
782 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, remote_bda);
861 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
862 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
919 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bda);
921 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, bda);
bta_gatts_int.h 39 BTA_GATTS_API_REG_EVT = BTA_SYS_EVT_START(BTA_ID_GATTS),
  /system/bt/bta/sys/
bta_sys.h 94 #define BTA_ID_GATTS 32 /* GATT Client */
  /system/bt/bta/dm/
bta_dm_cfg.c 154 ,{BTA_ID_GATTS, BTA_ALL_APP_ID, 14} /* gatts spec table */

Completed in 860 milliseconds