Lines Matching refs:packet_buffer

1382     uint8_t *          packet_buffer = NULL;  in att_server_prepare_server_message()  local
1390 packet_buffer = eatt_bearer->send_buffer; in att_server_prepare_server_message()
1404 if (packet_buffer == NULL){ in att_server_prepare_server_message()
1406 packet_buffer = l2cap_get_outgoing_buffer(); in att_server_prepare_server_message()
1411 *out_packet_buffer = packet_buffer; in att_server_prepare_server_message()
1418 uint8_t * packet_buffer = NULL; in att_server_notify() local
1420 …atus = att_server_prepare_server_message(con_handle, &att_server, &att_connection, &packet_buffer); in att_server_notify()
1425 …epare_handle_value_notification(att_connection, attribute_handle, value, value_len, packet_buffer); in att_server_notify()
1444 uint8_t * packet_buffer = NULL; in att_server_multiple_notify() local
1446 …atus = att_server_prepare_server_message(con_handle, &att_server, &att_connection, &packet_buffer); in att_server_multiple_notify()
1451 …ication(att_connection, num_attributes, attribute_handles, values_data, values_len, packet_buffer); in att_server_multiple_notify()
1453 return att_server_send_prepared(att_server, att_connection, packet_buffer, size); in att_server_multiple_notify()
1460 uint8_t * packet_buffer = NULL; in att_server_indicate() local
1462 …atus = att_server_prepare_server_message(con_handle, &att_server, &att_connection, &packet_buffer); in att_server_indicate()
1481 …prepare_handle_value_indication(att_connection, attribute_handle, value, value_len, packet_buffer); in att_server_indicate()