Home
last modified time | relevance | path

Searched refs:extension_present (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc339 bool extension_present, fw_ext_present; in bnep_data_ind() local
352 extension_present = type >> 7; in bnep_data_ind()
374 if (extension_present) { in bnep_data_ind()
421 extension_present); in bnep_data_ind()
442 p_bcb->con_state != BNEP_STATE_CONNECTED && extension_present && p && in bnep_data_ind()
450 while (extension_present && p && rem_len) { in bnep_data_ind()
453 extension_present = ext_type >> 7; in bnep_data_ind()
486 while (extension_present && p && rem_len) { in bnep_data_ind()
488 extension_present = ext_type >> 7; in bnep_data_ind()
Dbnep_api.cc255 uint8_t extension_present = true, *p, ext_type; in BNEP_ConnectResp() local
260 while (extension_present && p && rem_len) { in BNEP_ConnectResp()
263 extension_present = ext_type >> 7; in BNEP_ConnectResp()