Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.c470 UINT8 type, ctrl_type, ext_type = 0; in bnep_data_ind() local
580 ext_type = *p++; in bnep_data_ind()
581 extension_present = ext_type >> 7; in bnep_data_ind()
582 ext_type &= 0x7F; in bnep_data_ind()
585 if (ext_type) in bnep_data_ind()
617 ext_type = *p; in bnep_data_ind()
618 extension_present = ext_type >> 7; in bnep_data_ind()
619 ext_type &= 0x7F; in bnep_data_ind()
622 if (ext_type) in bnep_data_ind()
624 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type); in bnep_data_ind()
[all …]
Dbnep_api.c275 UINT8 extension_present = TRUE, *p, ext_type; in BNEP_ConnectResp() local
282 ext_type = *p++; in BNEP_ConnectResp()
283 extension_present = ext_type >> 7; in BNEP_ConnectResp()
284 ext_type &= 0x7F; in BNEP_ConnectResp()
287 if (ext_type) in BNEP_ConnectResp()