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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 118 const UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID] =
156 * the value BTA_MAX_SERVICE_ID in bta_api.h
161 const UINT32 bta_service_id_to_btm_srv_id_lkup_tbl [BTA_MAX_SERVICE_ID] =
734 while (p_dev->tm && (index < BTA_MAX_SERVICE_ID))
    [all...]
bta_dm_api.c 1044 for( yy = 0; yy < BTA_MAX_SERVICE_ID; yy++ )
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 55 * NOTES: When you add a new Service ID for BTA AND require to change the value of BTA_MAX_SERVICE_ID,
97 #define BTA_MAX_SERVICE_ID 31
101 #define BTA_MAX_SERVICE_ID 30
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 137 extern UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID];
    [all...]
btif_storage.c 164 extern UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID];
623 for (i=0; i < BTA_MAX_SERVICE_ID; i++)
    [all...]

Completed in 68 milliseconds