Searched refs:char_type (Results 1 – 3 of 3) sorted by relevance
164 std::streambuf::char_type* d = const_cast<std::streambuf::char_type*>( in ArrayStreamBuffer()165 reinterpret_cast<const std::streambuf::char_type*>(&data[0])); in ArrayStreamBuffer()177 std::streambuf::char_type* newPosPtr; in seekoff()
748 read_param.char_type.s_handle = p_data->api_read.s_handle; in bta_gattc_read()749 read_param.char_type.e_handle = p_data->api_read.e_handle; in bta_gattc_read()750 read_param.char_type.uuid = p_data->api_read.uuid; in bta_gattc_read()751 read_param.char_type.auth_req = p_data->api_read.auth_req; in bta_gattc_read()
461 tGATT_READ_BY_TYPE char_type; /* characterisitc type */ member