Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.cc440 bool extension_present, fw_ext_present; in bnep_data_ind() local
453 extension_present = type >> 7; in bnep_data_ind()
477 if (extension_present) { in bnep_data_ind()
527 p_buf->len, extension_present); in bnep_data_ind()
548 p_bcb->con_state != BNEP_STATE_CONNECTED && extension_present && p && in bnep_data_ind()
556 while (extension_present && p && rem_len) { in bnep_data_ind()
559 extension_present = ext_type >> 7; in bnep_data_ind()
593 while (extension_present && p && rem_len) { in bnep_data_ind()
595 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()
262 extension_present = ext_type >> 7; in BNEP_ConnectResp()