Searched refs:ext_type (Results 1 – 2 of 2) sorted by relevance
470 UINT8 type, ctrl_type, ext_type = 0; in bnep_data_ind() local580 ext_type = *p++; in bnep_data_ind()581 extension_present = ext_type >> 7; in bnep_data_ind()582 ext_type &= 0x7F; in bnep_data_ind()585 if (ext_type) in bnep_data_ind()617 ext_type = *p; in bnep_data_ind()618 extension_present = ext_type >> 7; in bnep_data_ind()619 ext_type &= 0x7F; in bnep_data_ind()622 if (ext_type) in bnep_data_ind()624 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type); in bnep_data_ind()[all …]
275 UINT8 extension_present = TRUE, *p, ext_type; in BNEP_ConnectResp() local282 ext_type = *p++; in BNEP_ConnectResp()283 extension_present = ext_type >> 7; in BNEP_ConnectResp()284 ext_type &= 0x7F; in BNEP_ConnectResp()287 if (ext_type) in BNEP_ConnectResp()