Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_main.c480 UINT8 type, ctrl_type, ext_type = 0; in bnep_data_ind() local
587 ext_type = *p++; in bnep_data_ind()
588 extension_present = ext_type >> 7; in bnep_data_ind()
589 ext_type &= 0x7F; in bnep_data_ind()
592 if (ext_type) in bnep_data_ind()
624 ext_type = *p; in bnep_data_ind()
625 extension_present = ext_type >> 7; in bnep_data_ind()
626 ext_type &= 0x7F; in bnep_data_ind()
629 if (ext_type) in bnep_data_ind()
631 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type); in bnep_data_ind()
[all …]
Dbnep_api.c277 UINT8 extension_present = TRUE, *p, ext_type; in BNEP_ConnectResp() local
284 ext_type = *p++; in BNEP_ConnectResp()
285 extension_present = ext_type >> 7; in BNEP_ConnectResp()
286 ext_type &= 0x7F; in BNEP_ConnectResp()
289 if (ext_type) in BNEP_ConnectResp()