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

  /external/bluetooth/bluedroid/main/
bte_logmsg.c 373 while (0 != p_f_map->layer_id_start)
375 printf("BTA_SysSetTraceLevel - trace id in map start = %d end= %d, paramter id = %d\r\n", p_f_map->layer_id_start, p_f_map->layer_id_end, p_l->layer_id );
385 if ((NULL != p_f_map->p_f) && (p_f_map->layer_id_start <= p_l->layer_id) && (p_f_map->layer_id_end >= p_l->layer_id) )
403 //if (0 == p_f_map->layer_id_start)
  /external/bluetooth/bluedroid/include/
bt_trace.h 174 const tBTTRC_LAYER_ID layer_id_start; member in struct:__anon3014
    [all...]

Completed in 37 milliseconds