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

  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 45 #define NAN_MAX_SERVICE_NAME_LEN 255
300 u8 service_name[NAN_MAX_SERVICE_NAME_LEN];/* UTF-8 encoded string identifying the service */
363 u8 service_name[NAN_MAX_SERVICE_NAME_LEN]; /* UTF-8 encoded string identifying the service */
682 u8 service_specific_info[NAN_MAX_SERVICE_NAME_LEN];
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan.h 50 #define NAN_MAX_SERVICE_NAME_LEN 255
846 u8 service_name[NAN_MAX_SERVICE_NAME_LEN];/* UTF-8 encoded string identifying the service */
    [all...]
nan_ind.cpp 357 if (outputTlv.length > NAN_MAX_SERVICE_NAME_LEN) {
358 outputTlv.length = NAN_MAX_SERVICE_NAME_LEN;
    [all...]

Completed in 459 milliseconds