Home
last modified time | relevance | path

Searched refs:str_byte (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c158 char *str_byte = str_bdaddr; in convert_bdaddr() local
169 bdbyte[0] = str_byte[0]; in convert_bdaddr()
170 bdbyte[1] = str_byte[1]; in convert_bdaddr()
174 str_byte += 3; in convert_bdaddr()
176 str_byte += 2; in convert_bdaddr()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c156 char *str_byte = str_bdaddr; in convert_bdaddr() local
167 bdbyte[0] = str_byte[0]; in convert_bdaddr()
168 bdbyte[1] = str_byte[1]; in convert_bdaddr()
172 str_byte += 3; in convert_bdaddr()
174 str_byte += 2; in convert_bdaddr()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c156 char *str_byte = str_bdaddr; in convert_bdaddr() local
167 bdbyte[0] = str_byte[0]; in convert_bdaddr()
168 bdbyte[1] = str_byte[1]; in convert_bdaddr()
172 str_byte += 3; in convert_bdaddr()
174 str_byte += 2; in convert_bdaddr()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c159 char *str_byte = str_bdaddr; in convert_bdaddr() local
170 bdbyte[0] = str_byte[0]; in convert_bdaddr()
171 bdbyte[1] = str_byte[1]; in convert_bdaddr()
175 str_byte += 3; in convert_bdaddr()
177 str_byte += 2; in convert_bdaddr()