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 126 const UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID] =
164 * the value BTA_MAX_SERVICE_ID in bta_api.h
169 const UINT32 bta_service_id_to_btm_srv_id_lkup_tbl [BTA_MAX_SERVICE_ID] =
742 while (p_dev->tm && (index < BTA_MAX_SERVICE_ID))
    [all...]
bta_dm_api.c 1053 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_storage.c 165 extern UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID];
626 for (i=0; i < BTA_MAX_SERVICE_ID; i++)
    [all...]
btif_dm.c 225 extern UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID];
    [all...]

Completed in 85 milliseconds