Searched refs:ext_type (Results 1 – 2 of 2) sorted by relevance
439 uint8_t type, ctrl_type, ext_type = 0; in bnep_data_ind() local557 ext_type = *p++; in bnep_data_ind()559 extension_present = ext_type >> 7; in bnep_data_ind()560 ext_type &= 0x7F; in bnep_data_ind()563 if (ext_type != BNEP_EXTENSION_FILTER_CONTROL) break; in bnep_data_ind()594 ext_type = *p; in bnep_data_ind()595 extension_present = ext_type >> 7; in bnep_data_ind()596 ext_type &= 0x7F; in bnep_data_ind()599 if (ext_type) { in bnep_data_ind()600 BNEP_TRACE_EVENT("Data extension type 0x%x found", ext_type); in bnep_data_ind()[all …]
255 uint8_t extension_present = true, *p, ext_type; in BNEP_ConnectResp() local261 ext_type = *p++; in BNEP_ConnectResp()262 extension_present = ext_type >> 7; in BNEP_ConnectResp()263 ext_type &= 0x7F; in BNEP_ConnectResp()266 if (ext_type) break; in BNEP_ConnectResp()