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

  /system/bt/bta/dm/
bta_dm_act.c 142 const UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID] =
180 * the value BTA_MAX_SERVICE_ID in bta_api.h
185 const UINT32 bta_service_id_to_btm_srv_id_lkup_tbl [BTA_MAX_SERVICE_ID] =
817 while (p_dev->tm && (index < BTA_MAX_SERVICE_ID))
    [all...]
bta_dm_api.c 529 for( yy = 0; yy < BTA_MAX_SERVICE_ID; yy++ )
    [all...]
  /system/bt/bta/include/
bta_api.h 53 * NOTES: When you add a new Service ID for BTA AND require to change the value of BTA_MAX_SERVICE_ID,
94 #define BTA_MAX_SERVICE_ID 32
97 #define BTA_MAX_SERVICE_ID 31
    [all...]
  /system/bt/btif/src/
btif_storage.c 153 extern UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID];
617 for (i=0; i < BTA_MAX_SERVICE_ID; i++)
    [all...]
btif_dm.c 252 extern UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID];
    [all...]

Completed in 44 milliseconds