Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.c481 BOOLEAN extension_present, fw_ext_present; in bnep_data_ind() local
496 extension_present = type >> 7; in bnep_data_ind()
514 if (extension_present) in bnep_data_ind()
554 …EP_TRACE_DEBUG ("BNEP - rcv frame, type: %d len: %d Ext: %d", type, p_buf->len, extension_present); in bnep_data_ind()
576 extension_present && p && rem_len) in bnep_data_ind()
585 while (extension_present && p && rem_len) in bnep_data_ind()
588 extension_present = ext_type >> 7; in bnep_data_ind()
622 while (extension_present && p && rem_len) in bnep_data_ind()
625 extension_present = ext_type >> 7; in bnep_data_ind()
Dbnep_api.c277 UINT8 extension_present = TRUE, *p, ext_type; in BNEP_ConnectResp() local
282 while (extension_present && p && rem_len) in BNEP_ConnectResp()
285 extension_present = ext_type >> 7; in BNEP_ConnectResp()