Searched defs:p_start_array (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/bta/pan/ |
H A D | bta_pan_ci.c | 234 void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, argument 238 PAN_SetMulticastFilters(handle, num_mcast_filters, p_start_array, p_end_array); 253 void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument 256 PAN_SetProtocolFilters(handle, num_filters, p_start_array, p_end_array );
|
/external/bluetooth/bluedroid/stack/bnep/ |
H A D | bnep_api.c | 575 ** p_start_array - Array of beginings of all protocol ranges 586 UINT16 *p_start_array, 604 if (num_filters && (!p_start_array || !p_end_array)) 613 p_bcb->sent_prot_filter_start[xx] = *p_start_array++; 636 ** p_start_array - Pointer to sequence of beginings of all 649 UINT8 *p_start_array, 667 if (num_filters && (!p_start_array || !p_end_array)) 676 memcpy (p_bcb->sent_mcast_filter_start[xx], p_start_array, BD_ADDR_LEN); 679 p_start_array += BD_ADDR_LEN; 584 BNEP_SetProtocolFilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument 647 BNEP_SetMulticastFilters(UINT16 handle, UINT16 num_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
|
/external/bluetooth/bluedroid/stack/pan/ |
H A D | pan_api.c | 731 UINT16 *p_start_array, 746 result = BNEP_SetProtocolFilters (pcb->handle, num_filters, p_start_array, p_end_array); 780 UINT8 *p_start_array, 796 num_mcast_filters, p_start_array, p_end_array); 729 PAN_SetProtocolFilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument 778 PAN_SetMulticastFilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
|
Completed in 25 milliseconds