Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.cc330 bool extension_present, fw_ext_present; in bnep_data_ind() local
343 extension_present = type >> 7; in bnep_data_ind()
367 if (extension_present) { in bnep_data_ind()
417 p_buf->len, extension_present); in bnep_data_ind()
438 p_bcb->con_state != BNEP_STATE_CONNECTED && extension_present && p && in bnep_data_ind()
446 while (extension_present && p && rem_len) { in bnep_data_ind()
449 extension_present = ext_type >> 7; in bnep_data_ind()
483 while (extension_present && p && rem_len) { in bnep_data_ind()
485 extension_present = ext_type >> 7; in bnep_data_ind()
Dbnep_api.cc252 uint8_t extension_present = true, *p, ext_type; in BNEP_ConnectResp() local
257 while (extension_present && p && rem_len) { in BNEP_ConnectResp()
259 extension_present = ext_type >> 7; in BNEP_ConnectResp()